summaryrefslogtreecommitdiff
path: root/lisp/edmacro.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/edmacro.el')
-rw-r--r--lisp/edmacro.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/edmacro.el b/lisp/edmacro.el
index 9eac3a29055..2526d3bda63 100644
--- a/lisp/edmacro.el
+++ b/lisp/edmacro.el
@@ -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? ")