]> git.eshelyaron.com Git - emacs.git/commitdiff
(edit-kbd-macro): Recognize electric-view-lossage.
authorRichard M. Stallman <rms@gnu.org>
Sun, 27 Dec 1998 08:04:05 +0000 (08:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 27 Dec 1998 08:04:05 +0000 (08:04 +0000)
lisp/edmacro.el

index 150160c802d4ba712f28a889bb58cef3da4a17ad..1b8a3b569c6629f7b8438ca982c2cc8b970460e9 100644 (file)
@@ -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)