Mercurial > emacs
diff lisp/emacs-lisp/debug.el @ 15302:c23c9712ef5c
Use executing-kbd-macro, not executing-macro.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 29 May 1996 17:17:34 +0000 |
parents | 83f275dcd93a |
children | 4ec627bf114e |
line wrap: on
line diff
--- a/lisp/emacs-lisp/debug.el Wed May 29 14:56:45 1996 +0000 +++ b/lisp/emacs-lisp/debug.el Wed May 29 17:17:34 1996 +0000 @@ -77,7 +77,7 @@ (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))