From: Kim F. Storm Date: Sun, 1 Sep 2002 21:26:25 +0000 (+0000) Subject: (edit-kbd-macro): Recognize new default binding for X-Git-Tag: ttn-vms-21-2-B4~13425 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8a14459c553e9fd11b4ef39642f674fd499994a;p=emacs.git (edit-kbd-macro): Recognize new default binding for C-x e in addition to old binding. --- diff --git a/lisp/edmacro.el b/lisp/edmacro.el index ae1b3f59896..dc538ab5f92 100644 --- a/lisp/edmacro.el +++ b/lisp/edmacro.el @@ -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? ")