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

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

[nongnu] elpa/undo-fu-session 26137114b1: Cleanup: reformat with updated


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu-session 26137114b1: Cleanup: reformat with updated elisp-autofmt
Date: Mon, 16 Jan 2023 05:07:19 -0500 (EST)

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

    Cleanup: reformat with updated elisp-autofmt
---
 undo-fu-session.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/undo-fu-session.el b/undo-fu-session.el
index 4497175fa7..4e32240142 100755
--- a/undo-fu-session.el
+++ b/undo-fu-session.el
@@ -511,9 +511,7 @@ Argument PENDING-LIST an `pending-undo-list' compatible 
list."
           (setq emacs-pending-undo-list (undo-fu-session--encode 
pending-undo-list))
           (setq emacs-undo-equiv-table
                 (undo-fu-session--equivtable-encode
-                 undo-equiv-table
-                 buffer-undo-list
-                 pending-undo-list))))
+                 undo-equiv-table buffer-undo-list pending-undo-list))))
 
         (setq content-header
               (list (cons 'buffer-size (buffer-size)) (cons 'buffer-checksum 
(sha1 buffer))))



reply via email to

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