avy.el (subword-backward-regexp): Fix declaration

This commit is contained in:
Oleh Krehel 2015-08-21 14:31:34 +02:00
parent ed120ea164
commit 36b296c82a

2
avy.el
View File

@ -857,7 +857,7 @@ The window scope is determined by `avy-all-windows' (ARG negates it)."
(avy--generic-jump regex arg avy-style))))
(declare-function subword-backward "subword")
(defvar subword-bacward-regexp)
(defvar subword-backward-regexp)
;;;###autoload
(defun avy-goto-subword-0 (&optional arg predicate)