projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63e8157
)
* lisp/repeat.el (repeat-exit): Add autoload cookie.
author
Juri Linkov
<juri@linkov.net>
Wed, 5 Oct 2022 19:47:42 +0000
(22:47 +0300)
committer
Juri Linkov
<juri@linkov.net>
Wed, 5 Oct 2022 19:47:42 +0000
(22:47 +0300)
lisp/repeat.el
patch
|
blob
|
history
diff --git
a/lisp/repeat.el
b/lisp/repeat.el
index d773e440670faffd50493ae949df9d774c47f584..0ae68d6024da206039e80217f4853d09baac7aa9 100644
(file)
--- 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."