summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-06-11 00:38:09 +0000
committerKenichi Handa <handa@m17n.org>1997-06-11 00:38:09 +0000
commita40c79eead5977f3f8a1874307d388b99fff7d9b (patch)
treed57a09aa2a4aeb027af7090de4717b052a6423c3
parent8f9d43973103b01dc950021e5a3dd6cfa9ae44ab (diff)
downloademacs-a40c79eead5977f3f8a1874307d388b99fff7d9b.tar.gz
(view-hello-file): Adjusted for the changes of
coding system names.
-rw-r--r--lisp/international/mule-cmds.el2
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 ()