branch: externals/ergoemacs-mode commit 821a910fcd9888481dda83e73e625ec073c0f25e Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew Fidler <514778+mattfid...@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()