(debugger-setup-buffer): Disable undo in *Backtrace*.

This commit is contained in:
Richard M. Stallman 2007-10-10 20:19:44 +00:00
parent 7c626e9d7b
commit 49c23b705b
2 changed files with 10 additions and 0 deletions

View file

@ -269,6 +269,7 @@ That buffer should be current already."
(setq buffer-read-only nil)
(erase-buffer)
(set-buffer-multibyte nil)
(setq buffer-undo-list t)
(let ((standard-output (current-buffer))
(print-escape-newlines t)
(print-level 8)