]> git.eshelyaron.com Git - emacs.git/commitdiff
(debug): Put back the inhibit-trace.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 27 Feb 2005 02:26:05 +0000 (02:26 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 27 Feb 2005 02:26:05 +0000 (02:26 +0000)
lisp/emacs-lisp/debug.el

index 58616ff30762f466bbd9aafd7dc9da4d23674bc2..1a6ed5845485a9b330268a03a5a3c0fe792d665c 100644 (file)
@@ -189,7 +189,8 @@ first will be printed into the backtrace buffer."
                    (backtrace-debug 3 t))
                (debugger-reenable)
                (message "")
-               (let ((standard-output nil)
+               (let ((inhibit-trace t)
+                     (standard-output nil)
                      (buffer-read-only t))
                  (message "")
                  ;; Make sure we unbind buffer-read-only in the right buffer.