diff options
| -rw-r--r-- | lisp/emacs-lisp/debug.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el index 4a4d744b37f..704e4775b8c 100644 --- a/lisp/emacs-lisp/debug.el +++ b/lisp/emacs-lisp/debug.el | |||
| @@ -200,7 +200,7 @@ first will be printed into the backtrace buffer." | |||
| 200 | (insert "...\n")) | 200 | (insert "...\n")) |
| 201 | (goto-char (point-min)) | 201 | (goto-char (point-min)) |
| 202 | (message "%s" (buffer-string)) | 202 | (message "%s" (buffer-string)) |
| 203 | (kill-emacs)) | 203 | (kill-emacs -1)) |
| 204 | (message "") | 204 | (message "") |
| 205 | (let ((standard-output nil) | 205 | (let ((standard-output nil) |
| 206 | (buffer-read-only t)) | 206 | (buffer-read-only t)) |