Autload avy-goto-word-or-subword-1

Fixes #82
This commit is contained in:
Markus Hauck 2015-07-21 09:11:01 +02:00 committed by Oleh Krehel
parent 492ac494e9
commit d22493c0ec

1
avy.el
View File

@ -895,6 +895,7 @@ The case of CHAR is ignored."
(avy-goto-subword-0
arg (lambda () (eq (downcase (char-after)) char))))))
;;;###autoload
(defun avy-goto-word-or-subword-1 ()
"Forward to `avy-goto-subword-1' or `avy-goto-word-1'.
Which one depends on variable `subword-mode'."