From: Kenichi Handa Date: Wed, 11 Jun 1997 00:38:09 +0000 (+0000) Subject: (view-hello-file): Adjusted for the changes of X-Git-Tag: emacs-20.1~1729 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=95fa03b4fbecbca16f7807eed51d4c2c98fdbbe9;p=emacs.git (view-hello-file): Adjusted for the changes of coding system names. --- diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index c048b441268..5e4dfe69604 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -147,7 +147,7 @@ With arg, make them enable iff arg is positive." (interactive) ;; We have to decode the file in any environment. (let ((default-enable-multibyte-characters t) - (coding-system-for-read 'iso-2022-7)) + (coding-system-for-read 'iso-2022-7bit)) (find-file-read-only (expand-file-name "HELLO" data-directory)))) (defun universal-coding-system-argument ()