# HG changeset patch # User Kim F. Storm # Date 1031611503 0 # Node ID 6979a589f9c7ca59090e4633f39a8e53f5c604b0 # Parent d817d0837c74374c6c2e73768baabff2f81b1fa5 (keyboard-quit): Set defining-kbd-macro to nil to cancel defining keyboard macro when applicablex. diff -r d817d0837c74 -r 6979a589f9c7 lisp/simple.el --- 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)