changeset 21767:9c04115476e6

(setup-english-environment): Don't set default-enable-multibyte-characters.
author Richard M. Stallman <rms@gnu.org>
date Sun, 26 Apr 1998 00:13:36 +0000
parents 915b4091ede1
children 00ecdcdf9120
files lisp/language/english.el
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/english.el	Sat Apr 25 23:33:59 1998 +0000
+++ b/lisp/language/english.el	Sun Apr 26 00:13:36 1998 +0000
@@ -32,9 +32,10 @@
 
 (defun setup-english-environment ()
   "Reset multilingual environment of Emacs to the default status.
-The default status is as follows.
+This function is called by all the `setup-function's for
+the various supported language environments.
 
-  The default value of enable-multibyte-characters is t.
+The default status is as follows:
 
   The default value of buffer-file-coding-system is nil.
   The coding system for terminal output is nil.
@@ -57,7 +58,8 @@
 	coding-category-binarry		no-conversion
 "
   (interactive)
-  (setq-default enable-multibyte-characters t)
+  ;; This function formerly set default-enable-multibyte-characters to t,
+  ;; but that is incorrect.  It should not alter the unibyte/multibyte choice.
 
   (setq coding-category-iso-7-tight	'iso-2022-jp
 	coding-category-iso-7		'iso-2022-7bit