]> git.eshelyaron.com Git - emacs.git/commitdiff
(view-hello-file): Adjusted for the changes of
authorKenichi Handa <handa@m17n.org>
Wed, 11 Jun 1997 00:38:09 +0000 (00:38 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 11 Jun 1997 00:38:09 +0000 (00:38 +0000)
coding system names.

lisp/international/mule-cmds.el

index c048b441268eb6f2c29742060246d46a8bec8897..5e4dfe69604e8d5feb1724360977ef374fdf5d4e 100644 (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 ()