(debugger-setup-buffer): Make it multibyte.

This commit is contained in:
Stefan Monnier 2009-08-30 14:19:25 +00:00
parent 7eb73debbb
commit c61dc887f8
2 changed files with 3 additions and 1 deletions

View file

@ -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)