mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-09 07:40:39 -08:00
(debug): Make *Backtrace* buffer writable.
This commit is contained in:
parent
625f1c2311
commit
cb3fb87285
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ first will be printed into the backtrace buffer."
|
|||
(save-excursion
|
||||
(save-window-excursion
|
||||
(pop-to-buffer debugger-buffer)
|
||||
(setq buffer-read-only nil)
|
||||
(erase-buffer)
|
||||
(set-buffer-multibyte nil)
|
||||
(let ((standard-output (current-buffer))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue