emacs-diffs
[Top][All Lists]
Advanced

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

master 95efafb726: * lisp/repeat.el (repeat-exit): Add autoload cookie.


From: Juri Linkov
Subject: master 95efafb726: * lisp/repeat.el (repeat-exit): Add autoload cookie.
Date: Wed, 5 Oct 2022 15:48:42 -0400 (EDT)

branch: master
commit 95efafb72664049f8ac825047df3645656cf76f4
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    * lisp/repeat.el (repeat-exit): Add autoload cookie.
---
 lisp/repeat.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/repeat.el b/lisp/repeat.el
index d773e44067..0ae68d6024 100644
--- a/lisp/repeat.el
+++ b/lisp/repeat.el
@@ -499,6 +499,7 @@ See `describe-repeat-maps' for a list of all repeatable 
commands."
     (when (and was-in-progress (not repeat-in-progress))
       (repeat-exit))))
 
+;;;###autoload
 (defun repeat-exit ()
   "Exit the repeating sequence.
 This function can be used to force exit of repetition while it's active."



reply via email to

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