From fcd66424787c4aa626951039dfea5a480bb6d9a4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 27 Dec 1998 08:04:05 +0000 Subject: [PATCH] (edit-kbd-macro): Recognize electric-view-lossage. --- lisp/edmacro.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/edmacro.el b/lisp/edmacro.el index 150160c802d..1b8a3b569c6 100644 --- a/lisp/edmacro.el +++ b/lisp/edmacro.el @@ -119,7 +119,7 @@ With a prefix argument, format the macro in a more concise way." (if (string-equal cmd "") (error "No command name given")) (setq mac (symbol-function cmd))) - ((eq cmd 'view-lossage) + ((memq cmd '(view-lossage electric-view-lossage)) (setq mac (recent-keys)) (setq cmd 'last-kbd-macro)) ((null cmd) -- 2.39.2