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

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

[nongnu] elpa/undo-fu e0ad06b5ef 64/82: Cleanup: formatting


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu e0ad06b5ef 64/82: Cleanup: formatting
Date: Thu, 7 Jul 2022 12:04:54 -0400 (EDT)

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

    Cleanup: formatting
---
 undo-fu.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/undo-fu.el b/undo-fu.el
index a8807d9958..28773270fb 100644
--- a/undo-fu.el
+++ b/undo-fu.el
@@ -77,7 +77,8 @@ Instead, explicitly call `undo-fu-disable-checkpoint'."
 ;; Use in conjunction with `undo-fu--was-undo-or-redo' to ensure the value 
isn't stale.
 (defvar-local undo-fu--was-redo nil)
 ;; List of interactive commands.
-(defvar-local undo-fu--commands '(undo-fu-only-undo undo-fu-only-redo-all 
undo-fu-only-redo undo-fu-disable-checkpoint))
+(defvar-local undo-fu--commands
+  '(undo-fu-only-undo undo-fu-only-redo-all undo-fu-only-redo 
undo-fu-disable-checkpoint))
 
 ;; ---------------------------------------------------------------------------
 ;; Back Port `undo-redo'



reply via email to

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