]> git.eshelyaron.com Git - emacs.git/commitdiff
(edit-kbd-macro): Recognize new default binding for
authorKim F. Storm <storm@cua.dk>
Sun, 1 Sep 2002 21:26:25 +0000 (21:26 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 1 Sep 2002 21:26:25 +0000 (21:26 +0000)
C-x e in addition to old binding.

lisp/edmacro.el

index ae1b3f59896dc1925f9f18091f6687c9236fff6e..dc538ab5f92e41f19932af9252eb926c2151c04e 100644 (file)
@@ -105,7 +105,7 @@ With a prefix argument, format the macro in a more concise way."
       (cond (store-hook
             (setq mac keys)
             (setq cmd nil))
-           ((or (eq cmd 'call-last-kbd-macro)
+           ((or (memq cmd '(call-last-kbd-macro kmacro-call-macro kmacro-end-or-call-macro))
                 (member keys '("\r" [return])))
             (or last-kbd-macro
                 (y-or-n-p "No keyboard macro defined.  Create one? ")