changeset 19922:a59d59d582b7

(setup-english-environment): Don't set the terminal and keyboard coding systems.
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Sep 1997 19:49:52 +0000
parents f3a1613a2842
children b4ff95522987
files lisp/language/english.el
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/english.el	Sat Sep 13 19:47:52 1997 +0000
+++ b/lisp/language/english.el	Sat Sep 13 19:49:52 1997 +0000
@@ -82,8 +82,11 @@
      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))