From: Richard M. Stallman Date: Sat, 13 Sep 1997 19:49:52 +0000 (+0000) Subject: (setup-english-environment): Don't set X-Git-Tag: emacs-20.1~26 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=58734aa3e5a57831d0bec6fee73ffe2e69af4cb7;p=emacs.git (setup-english-environment): Don't set the terminal and keyboard coding systems. --- diff --git a/lisp/language/english.el b/lisp/language/english.el index 1fc1002679b..18812ffa2eb 100644 --- a/lisp/language/english.el +++ b/lisp/language/english.el @@ -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))