(view-hello-file): Adjusted for the changes of

coding system names.
This commit is contained in:
Kenichi Handa 1997-06-11 00:38:09 +00:00
parent b50c87ee6e
commit 95fa03b4fb

View file

@ -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 ()