diff options
| author | Richard M. Stallman | 1995-03-20 05:09:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-03-20 05:09:18 +0000 |
| commit | 73e78cf15e394e3fa9a79d9aa0d75a48c005834d (patch) | |
| tree | ec622696e65a607fffc782e1a3a0e45af3f352cf | |
| parent | c5c170d083ec3b6ba386d676afccd08dc5a25a0e (diff) | |
| download | emacs-73e78cf15e394e3fa9a79d9aa0d75a48c005834d.tar.gz emacs-73e78cf15e394e3fa9a79d9aa0d75a48c005834d.zip | |
(debug): Now interactive.
| -rw-r--r-- | lisp/emacs-lisp/debug.el | 1 |
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. | |||
| 66 | You may call with no args, or you may pass nil as the first arg and | 66 | You may call with no args, or you may pass nil as the first arg and |
| 67 | any other args you like. In that case, the list of args after the | 67 | any other args you like. In that case, the list of args after the |
| 68 | first will be printed into the backtrace buffer." | 68 | first will be printed into the backtrace buffer." |
| 69 | (interactive) | ||
| 69 | (message "Entering debugger...") | 70 | (message "Entering debugger...") |
| 70 | (let (debugger-value | 71 | (let (debugger-value |
| 71 | (debug-on-error nil) | 72 | (debug-on-error nil) |