]> git.eshelyaron.com Git - emacs.git/commitdiff
(setup-english-environment): Don't set
authorRichard M. Stallman <rms@gnu.org>
Sat, 13 Sep 1997 19:49:52 +0000 (19:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 13 Sep 1997 19:49:52 +0000 (19:49 +0000)
the terminal and keyboard coding systems.

lisp/language/english.el

index 1fc1002679b037bddd537b8281bfa62836742e02..18812ffa2eba55696baa7f3724a05d1aeab6e644 100644 (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))