[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master e2ae724: * lisp/international/mule-cmds.el (view-he
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] master e2ae724: * lisp/international/mule-cmds.el (view-hello-file): Use utf-8 coding. |
Date: |
Fri, 20 Apr 2018 08:25:58 -0400 (EDT) |
branch: master
commit e2ae724460e6d73d3ddcc6066427471799c4bd57
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>
* lisp/international/mule-cmds.el (view-hello-file): Use utf-8 coding.
---
lisp/international/mule-cmds.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index f737869..c66cc67 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master e2ae724: * lisp/international/mule-cmds.el (view-hello-file): Use utf-8 coding.,
Michael Albinus <=