From: Stefan Monnier Date: Sun, 27 Feb 2005 02:26:05 +0000 (+0000) Subject: (debug): Put back the inhibit-trace. X-Git-Tag: ttn-vms-21-2-B4~2100 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f4468ab4e79050bb1e40b675e1c6f1564cbe6f4;p=emacs.git (debug): Put back the inhibit-trace. --- diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el index 58616ff3076..1a6ed584548 100644 --- a/lisp/emacs-lisp/debug.el +++ b/lisp/emacs-lisp/debug.el @@ -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.