aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/debug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index 5c4937451c1..f09f3311ca1 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -143,7 +143,7 @@ first will be printed into the backtrace buffer."
143 (beginning-of-line)) 143 (beginning-of-line))
144 ;; Debugger entered for an error. 144 ;; Debugger entered for an error.
145 ((eq (car debugger-args) 'error) 145 ((eq (car debugger-args) 'error)
146 (insert "Signalling: ") 146 (insert "Signaling: ")
147 (prin1 (nth 1 debugger-args) (current-buffer)) 147 (prin1 (nth 1 debugger-args) (current-buffer))
148 (insert ?\n)) 148 (insert ?\n))
149 ;; debug-on-call, when the next thing is an eval. 149 ;; debug-on-call, when the next thing is an eval.