changeset 47197:f32bf47b5cf3

(edit-kbd-macro): Recognize new default binding for C-x e in addition to old binding.
author Kim F. Storm <storm@cua.dk>
date Sun, 01 Sep 2002 21:26:25 +0000
parents c81145f2b771
children 3189c7c8ef18
files lisp/edmacro.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/edmacro.el	Sun Sep 01 21:26:03 2002 +0000
+++ b/lisp/edmacro.el	Sun Sep 01 21:26:25 2002 +0000
@@ -105,7 +105,7 @@
       (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? ")