branch: elpa/undo-fu
commit 0ce9ac36144e80316fff50bfe1bc5dd7e5e7ded6
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
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))))