]> git.eshelyaron.com Git - emacs.git/commitdiff
(view-hello-file): Don't fiddle with the default enable-multibyte-characters.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 20 Apr 2010 14:45:14 +0000 (10:45 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 20 Apr 2010 14:45:14 +0000 (10:45 -0400)
lisp/ChangeLog
lisp/international/mule-cmds.el

index 0639aa508843200c733498b5fc0262817c02aed3..869907f2ae719a620234fb9a801879e0f5a0b044 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * international/mule-cmds.el (view-hello-file): Don't fiddle with the
+       default enable-multibyte-characters.
+
 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * international/mule.el: Help the user choose a valid coding-system.
index a594b837e0bd879c78370fe5571ee9d6834c7907..fb13df5404526f6dcf9782b8b2bc883a2c7be338 100644 (file)
@@ -286,8 +286,7 @@ wrong, use this command again to toggle back to the right mode."
   "Display the HELLO file, which lists many languages and characters."
   (interactive)
   ;; We have to decode the file in any environment.
-  (letf (((default-value 'enable-multibyte-characters) t)
-        (coding-system-for-read 'iso-2022-7bit))
+  (letf ((coding-system-for-read 'iso-2022-7bit))
        (view-file (expand-file-name "HELLO" data-directory))))
 
 (defun universal-coding-system-argument (coding-system)