From 73e78cf15e394e3fa9a79d9aa0d75a48c005834d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 20 Mar 1995 05:09:18 +0000 Subject: (debug): Now interactive. --- lisp/emacs-lisp/debug.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/emacs-lisp') 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) -- cgit v1.2.3