1
Fork 0
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:
Karl Heuer 1997-02-20 05:41:01 +00:00
parent b8575ac32e
commit 9a06295dcf

View file

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