Mercurial > emacs
changeset 47404:51b92fc1f484
(edit-kbd-macro): Recognize new C-x e binding, kmacro-end-and-call-macro.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 11 Sep 2002 20:00:58 +0000 |
parents | ac79feb260f8 |
children | afb7724f6d34 |
files | lisp/edmacro.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/edmacro.el Wed Sep 11 20:00:16 2002 +0000 +++ b/lisp/edmacro.el Wed Sep 11 20:00:58 2002 +0000 @@ -105,7 +105,8 @@ (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? ")