diff options
| author | Juri Linkov | 2022-10-05 22:47:42 +0300 |
|---|---|---|
| committer | Juri Linkov | 2022-10-05 22:47:42 +0300 |
| commit | 95efafb72664049f8ac825047df3645656cf76f4 (patch) | |
| tree | e70b3f3439bf7bac5bb05a966515f4ed7c5a52d9 | |
| parent | 63e8157b54efd077fae50d68c174f2d471b19630 (diff) | |
| download | emacs-95efafb72664049f8ac825047df3645656cf76f4.tar.gz emacs-95efafb72664049f8ac825047df3645656cf76f4.zip | |
* lisp/repeat.el (repeat-exit): Add autoload cookie.
| -rw-r--r-- | lisp/repeat.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." | |||
| 499 | (when (and was-in-progress (not repeat-in-progress)) | 499 | (when (and was-in-progress (not repeat-in-progress)) |
| 500 | (repeat-exit)))) | 500 | (repeat-exit)))) |
| 501 | 501 | ||
| 502 | ;;;###autoload | ||
| 502 | (defun repeat-exit () | 503 | (defun repeat-exit () |
| 503 | "Exit the repeating sequence. | 504 | "Exit the repeating sequence. |
| 504 | This function can be used to force exit of repetition while it's active." | 505 | This function can be used to force exit of repetition while it's active." |