Use executing-kbd-macro, not executing-macro.
This commit is contained in:
parent
f567442314
commit
efcf38c7c2
5 changed files with 18 additions and 18 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue