+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.
"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)