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

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

[nongnu] elpa/undo-fu 769789d742 17/82: Add autoload cookie


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu 769789d742 17/82: Add autoload cookie
Date: Thu, 7 Jul 2022 12:04:50 -0400 (EDT)

branch: elpa/undo-fu
commit 769789d7423eba5b071a3fa96af22f255bacb398
Author: USAMI Kenta <tadsan@zonu.me>
Commit: USAMI Kenta <tadsan@zonu.me>

    Add autoload cookie
    
    This comment called autoload cookie, is is processed by package.el.
    End users can avoid (require) and (autoload) from their settings.
    
    https://www.gnu.org/software/emacs/manual/html_node/elisp/Autoload.html
---
 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]