# HG changeset patch # User Richard M. Stallman # Date 874180192 0 # Node ID a59d59d582b70b3df58ccc45790cc90cd7e94176 # Parent f3a1613a28426af342fc388048c3782a8211993d (setup-english-environment): Don't set the terminal and keyboard coding systems. diff -r f3a1613a2842 -r a59d59d582b7 lisp/language/english.el --- 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))