From: Juri Linkov Date: Wed, 5 Oct 2022 19:47:42 +0000 (+0300) Subject: * lisp/repeat.el (repeat-exit): Add autoload cookie. X-Git-Tag: emacs-29.0.90~1856^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=95efafb72664049f8ac825047df3645656cf76f4;p=emacs.git * lisp/repeat.el (repeat-exit): Add autoload cookie. --- diff --git a/lisp/repeat.el b/lisp/repeat.el index d773e440670..0ae68d6024d 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."