]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/international/mule-cmds.el (view-hello-file): Use utf-8 coding.
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 20 Apr 2018 12:25:51 +0000 (14:25 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 20 Apr 2018 12:25:51 +0000 (14:25 +0200)
lisp/international/mule-cmds.el

index f737869eef8bfa8b0d46efa6e1762ba09103ec94..c66cc6747de6c9d8d41cdd6309684b72c548f355 100644 (file)
@@ -282,7 +282,7 @@ wrong, use this command again to toggle back to the right mode."
   "Display the HELLO file, which lists many languages and characters."
   (interactive)
   ;; We have to decode the file in any environment.
-  (let ((coding-system-for-read 'iso-2022-7bit))
+  (let ((coding-system-for-read 'utf-8))
     (view-file (expand-file-name "HELLO" data-directory))))
 
 (defun universal-coding-system-argument (coding-system)