emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/avy 2dde8b71a0 23/31: avy.el (avy-process): Add autoloa


From: ELPA Syncer
Subject: [elpa] externals/avy 2dde8b71a0 23/31: avy.el (avy-process): Add autoload
Date: Mon, 13 Feb 2023 21:57:27 -0500 (EST)

branch: externals/avy
commit 2dde8b71a0feb366c8ee5e2a1400a0d3a0f06424
Author: Saulius Menkevičius <sauliusmenkevicius@fastmail.com>
Commit: Saulius Menkevičius <sauliusmenkevicius@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

[Prev in Thread] Current Thread [Next in Thread]