mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(debugger-mode): Disable multibyte character handling
in Debugger mode.
This commit is contained in:
parent
b8575ac32e
commit
9a06295dcf
1 changed files with 2 additions and 0 deletions
|
|
@ -386,6 +386,8 @@ Complete list of commands:
|
|||
(setq mode-name "Debugger")
|
||||
(setq truncate-lines t)
|
||||
(set-syntax-table emacs-lisp-mode-syntax-table)
|
||||
;; Since we must handle bytecode...
|
||||
(setq enable-multibyte-characters nil)
|
||||
(use-local-map debugger-mode-map))
|
||||
|
||||
;;;###autoload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue