diff options
author | Kenichi Handa <handa@m17n.org> | 1997-06-11 00:38:09 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1997-06-11 00:38:09 +0000 |
commit | a40c79eead5977f3f8a1874307d388b99fff7d9b (patch) | |
tree | d57a09aa2a4aeb027af7090de4717b052a6423c3 | |
parent | 8f9d43973103b01dc950021e5a3dd6cfa9ae44ab (diff) | |
download | emacs-a40c79eead5977f3f8a1874307d388b99fff7d9b.tar.gz |
(view-hello-file): Adjusted for the changes of
coding system names.
-rw-r--r-- | lisp/international/mule-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 () |