summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-03-20 05:09:18 +0000
committerRichard M. Stallman <rms@gnu.org>1995-03-20 05:09:18 +0000
commitc1a34130a53b335f37bdc2f4f3a3d0bed2e3f796 (patch)
tree403bfd4e5a9bcff95418a3469c87422cdfc79670
parent7c946970b87c2f62474a5e629cdc589f96c82edb (diff)
downloademacs-c1a34130a53b335f37bdc2f4f3a3d0bed2e3f796.tar.gz
(debug): Now interactive.
-rw-r--r--lisp/emacs-lisp/debug.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index ab809ee2550..5c4937451c1 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -66,6 +66,7 @@ of the evaluator.
You may call with no args, or you may pass nil as the first arg and
any other args you like. In that case, the list of args after the
first will be printed into the backtrace buffer."
+ (interactive)
(message "Entering debugger...")
(let (debugger-value
(debug-on-error nil)