branch: externals/ergoemacs-mode commit d7cd76b8da8b4c858de07a822d191e59b037c50f Merge: c4f81d2 8747314 Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew Fidler <514778+mattfid...@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'"))))