diff lisp/emacs-lisp/debug.el @ 11069:ee94cf4fd05a

(debug): Now interactive.
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Mar 1995 05:09:18 +0000
parents 302f676eeca0
children 1d991598b3b7
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)