From 2dde8b71a0feb366c8ee5e2a1400a0d3a0f06424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saulius=20Menkevic=CC=8Cius?= Date: Fri, 22 May 2020 08:10:40 +0300 Subject: [PATCH] avy.el (avy-process): Add autoload --- avy.el | 1 + 1 file changed, 1 insertion(+) diff --git a/avy.el b/avy.el index c7e5975..0f7260b 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.