mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
(debugger-setup-buffer): Make it multibyte.
This commit is contained in:
parent
7eb73debbb
commit
c61dc887f8
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
|
||||
|
||||
* emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
|
||||
|
||||
* emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
|
||||
|
|
|
|||
|
|
@ -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