]> git.eshelyaron.com Git - emacs.git/commitdiff
(edit-kbd-macro): Recognize new C-x e binding, kmacro-end-and-call-macro.
authorKim F. Storm <storm@cua.dk>
Wed, 11 Sep 2002 20:00:58 +0000 (20:00 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 11 Sep 2002 20:00:58 +0000 (20:00 +0000)
lisp/edmacro.el

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