branch: elpa/undo-fu
commit ed5af4d0ff0a97670c1ddf84482bb1df9f220862
Merge: 792d27b8a1 769789d742
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Merge branch 'add-autoload-cookie' into 'master'
Add autoload cookie
See merge request ideasman42/emacs-undo-fu!3
---
undo-fu.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/undo-fu.el b/undo-fu.el
index 460f04ee2a..6590e7fa2a 100644
--- a/undo-fu.el
+++ b/undo-fu.el
@@ -147,7 +147,7 @@ wraps the `undo' function."
" All"
(undo-fu-only-redo (undo-fu--count-redo-available undo-fu--checkpoint
most-positive-fixnum))))
-
+;;;###autoload
(defun undo-fu-only-redo (&optional arg)
"Redo an action until the initial undo action.
@@ -236,7 +236,7 @@ Optional argument ARG The number of steps to redo."
(setq this-command 'undo-fu-only-redo))
-
+;;;###autoload
(defun undo-fu-only-undo (&optional arg)
"Undo the last action.