changeset 11069:ee94cf4fd05a

(debug): Now interactive.
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Mar 1995 05:09:18 +0000
parents d274f02fc4f1
children ebee80744a06
files lisp/emacs-lisp/debug.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/debug.el	Mon Mar 20 00:06:30 1995 +0000
+++ b/lisp/emacs-lisp/debug.el	Mon Mar 20 05:09:18 1995 +0000
@@ -66,6 +66,7 @@
 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)