summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/debug.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-05-29 17:17:34 +0000
committerKarl Heuer <kwzh@gnu.org>1996-05-29 17:17:34 +0000
commitefcf38c7c2c336fdc89a55ac0ce29086d767700d (patch)
tree88d5094c6fd4f8a8f8e029d6329fcc5d5ab9f4d0 /lisp/emacs-lisp/debug.el
parentf56744231472710b1ddb5c391e125c9ccb598ea1 (diff)
downloademacs-efcf38c7c2c336fdc89a55ac0ce29086d767700d.tar.gz
emacs-efcf38c7c2c336fdc89a55ac0ce29086d767700d.tar.bz2
emacs-efcf38c7c2c336fdc89a55ac0ce29086d767700d.zip
Use executing-kbd-macro, not executing-macro.
Diffstat (limited to 'lisp/emacs-lisp/debug.el')
-rw-r--r--lisp/emacs-lisp/debug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index 873c908c965..fb2a1324331 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -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))