projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4cfb5d
)
* lisp/international/mule-cmds.el (view-hello-file): Use utf-8 coding.
author
Michael Albinus
<michael.albinus@gmx.de>
Fri, 20 Apr 2018 12:25:51 +0000
(14:25 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Fri, 20 Apr 2018 12:25:51 +0000
(14:25 +0200)
lisp/international/mule-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-cmds.el
b/lisp/international/mule-cmds.el
index f737869eef8bfa8b0d46efa6e1762ba09103ec94..c66cc6747de6c9d8d41cdd6309684b72c548f355 100644
(file)
--- 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)