# HG changeset patch # User Stefan Monnier # Date 1271774714 14400 # Node ID 759500121599a508ea14cdd9b4852acb164c1a22 # Parent 531d454c3a995a083a1826529796eb50b3526219 (view-hello-file): Don't fiddle with the default enable-multibyte-characters. diff -r 531d454c3a99 -r 759500121599 lisp/ChangeLog --- 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 + + * international/mule-cmds.el (view-hello-file): Don't fiddle with the + default enable-multibyte-characters. + 2010-04-19 Stefan Monnier * international/mule.el: Help the user choose a valid coding-system. diff -r 531d454c3a99 -r 759500121599 lisp/international/mule-cmds.el --- 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)