Use executing-kbd-macro, not executing-macro.

This commit is contained in:
Karl Heuer 1996-05-29 17:17:34 +00:00
parent f567442314
commit efcf38c7c2
5 changed files with 18 additions and 18 deletions

View file

@ -77,7 +77,7 @@ first will be printed into the backtrace buffer."
(debugger-old-buffer (current-buffer))
(debugger-step-after-exit nil)
;; Don't keep reading from an executing kbd macro!
(executing-macro nil)
(executing-kbd-macro nil)
;; Save the outer values of these vars for the `e' command
;; before we replace the values.
(debugger-outer-match-data (match-data))