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

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

[elpa] externals/ergoemacs-mode 821a910 287/325: Fix undo-fu


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 821a910 287/325: Fix undo-fu
Date: Sat, 23 Oct 2021 18:49:12 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 821a910fcd9888481dda83e73e625ec073c0f25e
Author: Matthew Fidler <514778+mattfidler@users.noreply.github.com>
Commit: Matthew Fidler <514778+mattfidler@users.noreply.github.com>

    Fix undo-fu
---
 ergoemacs-functions.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el
index c8ebaee..f308931 100644
--- a/ergoemacs-functions.el
+++ b/ergoemacs-functions.el
@@ -114,7 +114,7 @@
    ((eq major-mode 'calc-mode)
     (calc-undo 1))
    ((fboundp 'undo-fu-only-undo)
-    (call-interactively ''undo-fu-only-undo))
+    (call-interactively 'undo-fu-only-undo))
    (t (undo))))
 
 (defun ergoemacs-redo()



reply via email to

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