]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/repeat.el (repeat-exit): Add autoload cookie.
authorJuri Linkov <juri@linkov.net>
Wed, 5 Oct 2022 19:47:42 +0000 (22:47 +0300)
committerJuri Linkov <juri@linkov.net>
Wed, 5 Oct 2022 19:47:42 +0000 (22:47 +0300)
lisp/repeat.el

index d773e440670faffd50493ae949df9d774c47f584..0ae68d6024da206039e80217f4853d09baac7aa9 100644 (file)
@@ -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."