(edit-kbd-macro): Recognize electric-view-lossage.

This commit is contained in:
Richard M. Stallman 1998-12-27 08:04:05 +00:00
parent e5e89e484c
commit fcd6642478

View 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)