* lisp/repeat.el (repeat-exit): Add autoload cookie.
This commit is contained in:
parent
63e8157b54
commit
95efafb726
1 changed files with 1 additions and 0 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue