Mercurial > emacs
changeset 18217:13a240aa1960
(view-hello-file): Adjusted for the changes of
coding system names.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 11 Jun 1997 00:38:09 +0000 |
parents | 75f7eec6d388 |
children | c8bf40360ae7 |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el Tue Jun 10 19:44:44 1997 +0000 +++ b/lisp/international/mule-cmds.el Wed Jun 11 00:38:09 1997 +0000 @@ -147,7 +147,7 @@ (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 ()