branch: externals/avy
commit 2dde8b71a0feb366c8ee5e2a1400a0d3a0f06424
Author: Saulius Menkevičius <sauliusmenkevic...@fastmail.com>
Commit: Saulius Menkevičius <sauliusmenkevic...@fastmail.com>

    avy.el (avy-process): Add autoload
---
 avy.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/avy.el b/avy.el
index c7e59755e3..0f7260b855 100644
--- a/avy.el
+++ b/avy.el
@@ -856,6 +856,7 @@ Set `avy-style' according to COMMAND as well."
      (when (< pos (1- (length lst)))
        (goto-char (caar (nth (1+ pos) lst)))))))
 
+;;;###autoload
 (defun avy-process (candidates &optional overlay-fn cleanup-fn)
   "Select one of CANDIDATES using `avy-read'.
 Use OVERLAY-FN to visualize the decision overlay.

Reply via email to