(debugger-setup-buffer): Make it multibyte.
This commit is contained in:
parent
7eb73debbb
commit
c61dc887f8
2 changed files with 3 additions and 1 deletions
|
@ -266,7 +266,7 @@ first will be printed into the backtrace buffer."
|
|||
That buffer should be current already."
|
||||
(setq buffer-read-only nil)
|
||||
(erase-buffer)
|
||||
(set-buffer-multibyte nil)
|
||||
(set-buffer-multibyte t) ;Why was it nil ? -stef
|
||||
(setq buffer-undo-list t)
|
||||
(let ((standard-output (current-buffer))
|
||||
(print-escape-newlines t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue