mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 21:33:05 +00:00
avy.el (subword-backward-regexp): Fix declaration
This commit is contained in:
parent
ed120ea164
commit
36b296c82a
2
avy.el
2
avy.el
@ -857,7 +857,7 @@ The window scope is determined by `avy-all-windows' (ARG negates it)."
|
|||||||
(avy--generic-jump regex arg avy-style))))
|
(avy--generic-jump regex arg avy-style))))
|
||||||
|
|
||||||
(declare-function subword-backward "subword")
|
(declare-function subword-backward "subword")
|
||||||
(defvar subword-bacward-regexp)
|
(defvar subword-backward-regexp)
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun avy-goto-subword-0 (&optional arg predicate)
|
(defun avy-goto-subword-0 (&optional arg predicate)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user