(debug): Put back the inhibit-trace.
This commit is contained in:
parent
378d0f8e90
commit
3f4468ab4e
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue