aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1997-06-11 00:38:09 +0000
committerKenichi Handa1997-06-11 00:38:09 +0000
commit95fa03b4fbecbca16f7807eed51d4c2c98fdbbe9 (patch)
treee83dd3504de49c55a756bf4aa9cd6a4b8a4dbec0
parentb50c87ee6edc482eb9c453d2bc3439d74f6008ea (diff)
downloademacs-95fa03b4fbecbca16f7807eed51d4c2c98fdbbe9.tar.gz
emacs-95fa03b4fbecbca16f7807eed51d4c2c98fdbbe9.zip
(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."
147 (interactive) 147 (interactive)
148 ;; We have to decode the file in any environment. 148 ;; We have to decode the file in any environment.
149 (let ((default-enable-multibyte-characters t) 149 (let ((default-enable-multibyte-characters t)
150 (coding-system-for-read 'iso-2022-7)) 150 (coding-system-for-read 'iso-2022-7bit))
151 (find-file-read-only (expand-file-name "HELLO" data-directory)))) 151 (find-file-read-only (expand-file-name "HELLO" data-directory))))
152 152
153(defun universal-coding-system-argument () 153(defun universal-coding-system-argument ()