Mercurial > emacs
changeset 47353:6979a589f9c7
(keyboard-quit): Set defining-kbd-macro to nil to
cancel defining keyboard macro when applicablex.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 09 Sep 2002 22:45:03 +0000 |
parents | d817d0837c74 |
children | 27533450eb3b |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Mon Sep 09 22:44:44 2002 +0000 +++ b/lisp/simple.el Mon Sep 09 22:45:03 2002 +0000 @@ -3418,6 +3418,7 @@ At top-level, as an editor command, this simply beeps." (interactive) (deactivate-mark) + (setq defining-kbd-macro nil) (signal 'quit nil)) (define-key global-map "\C-g" 'keyboard-quit)