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

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

[nongnu] elpa/undo-fu 0ce9ac3614 53/82: Cleanup: use updated auto-format


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu 0ce9ac3614 53/82: Cleanup: use updated auto-formatting results
Date: Thu, 7 Jul 2022 12:04:53 -0400 (EDT)

branch: elpa/undo-fu
commit 0ce9ac36144e80316fff50bfe1bc5dd7e5e7ded6
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: use updated auto-formatting results
    
    Updated the elisp-autofmt to read function/macro argument number.
---
 undo-fu.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/undo-fu.el b/undo-fu.el
index 3d355df807..7ee70aec8d 100644
--- a/undo-fu.el
+++ b/undo-fu.el
@@ -116,8 +116,7 @@ Argument SUFFIX is the text to add at the start of the 
message.
 Optional argument BODY runs with the message suffix."
   (declare (indent 1))
   `
-  (undo-fu--with-advice
-    'message
+  (undo-fu--with-advice 'message
     :around
     (lambda (fn-orig arg &rest args)
       (apply fn-orig (append (list (concat arg "%s")) args (list ,suffix))))



reply via email to

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