emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/undo-fu ed5af4d0ff 18/82: Merge branch 'add-autoload-cooki


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu ed5af4d0ff 18/82: Merge branch 'add-autoload-cookie' into 'master'
Date: Thu, 7 Jul 2022 12:04:50 -0400 (EDT)

branch: elpa/undo-fu
commit ed5af4d0ff0a97670c1ddf84482bb1df9f220862
Merge: 792d27b8a1 769789d742
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]