From 95fa03b4fbecbca16f7807eed51d4c2c98fdbbe9 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 11 Jun 1997 00:38:09 +0000 Subject: [PATCH] (view-hello-file): Adjusted for the changes of coding system names. --- lisp/international/mule-cmds.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- 2.39.2