mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
(setup-english-environment): Don't set
the terminal and keyboard coding systems.
This commit is contained in:
parent
98bbf2a144
commit
58734aa3e5
1 changed files with 5 additions and 2 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue