Mercurial > emacs
changeset 107999:759500121599
(view-hello-file): Don't fiddle with the default enable-multibyte-characters.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 20 Apr 2010 10:45:14 -0400 |
parents | 531d454c3a99 |
children | 14e8111ba66e |
files | lisp/ChangeLog lisp/international/mule-cmds.el |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Apr 20 16:31:28 2010 +0300 +++ b/lisp/ChangeLog Tue Apr 20 10:45:14 2010 -0400 @@ -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.
--- a/lisp/international/mule-cmds.el Tue Apr 20 16:31:28 2010 +0300 +++ b/lisp/international/mule-cmds.el Tue Apr 20 10:45:14 2010 -0400 @@ -286,8 +286,7 @@ "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)