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

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

[elpa] externals/ergoemacs-mode d7cd76b 319/325: Merge remote-tracking b


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode d7cd76b 319/325: Merge remote-tracking branch 'origin/master'
Date: Sat, 23 Oct 2021 18:49:19 -0400 (EDT)

branch: externals/ergoemacs-mode
commit d7cd76b8da8b4c858de07a822d191e59b037c50f
Merge: c4f81d2 8747314
Author: Matthew Fidler <514778+mattfidler@users.noreply.github.com>
Commit: Matthew Fidler <514778+mattfidler@users.noreply.github.com>

    Merge remote-tracking branch 'origin/master'
---
 ergoemacs-functions.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el
index 5c6b815..1e4067c 100644
--- a/ergoemacs-functions.el
+++ b/ergoemacs-functions.el
@@ -327,7 +327,7 @@ KEY3 is the optional third key in the sequence."
   (interactive)
   (cond
    ((fboundp 'undo-fu-only-redo)
-    (call-interactively ''undo-fu-only-redo))
+    (call-interactively 'undo-fu-only-redo))
    ((fboundp 'undo-redo) ; should be in emacs 28
     (call-interactively 'undo-redo))
    (t (message "Redo support not present.  Try `undo-fu'"))))



reply via email to

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