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

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

[elpa] master a5fb936 028/110: avy.el (avy-resume): Make it show up in M


From: Oleh Krehel
Subject: [elpa] master a5fb936 028/110: avy.el (avy-resume): Make it show up in M-x
Date: Sat, 11 May 2019 10:15:37 -0400 (EDT)

branch: master
commit a5fb9369e7b68c9786f2d620f064b4b93f2ae902
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    avy.el (avy-resume): Make it show up in M-x
    
    Re #165
---
 avy.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/avy.el b/avy.el
index 9a7c6a3..a3d2141 100644
--- a/avy.el
+++ b/avy.el
@@ -485,7 +485,8 @@ multiple DISPLAY-FN invokations."
 
 (defun avy-resume ()
   "Stub to hold last avy command.
-Commands using `avy-with' macro can be resumed.")
+Commands using `avy-with' macro can be resumed."
+  (interactive))
 
 (defmacro avy-with (command &rest body)
   "Set `avy-keys' according to COMMAND and execute BODY.



reply via email to

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