(setup-english-environment): Don't set

the terminal and keyboard coding systems.
This commit is contained in:
Richard M. Stallman
1997-09-13 19:49:52 +00:00
parent 98bbf2a144
commit 58734aa3e5

View File

@@ -82,8 +82,11 @@ The default status is as follows.
coding-category-binary))
(set-default-coding-systems nil)
(set-terminal-coding-system-internal nil)
(set-keyboard-coding-system-internal nil)
;; Don't alter the terminal and keyboard coding systems here.
;; The terminal still supports the same coding system
;; that it supported a minute ago.
;;; (set-terminal-coding-system-internal nil)
;;; (set-keyboard-coding-system-internal nil)
(setq nonascii-insert-offset 0))