diff options
| author | Michael Albinus | 2018-04-20 14:25:51 +0200 |
|---|---|---|
| committer | Michael Albinus | 2018-04-20 14:25:51 +0200 |
| commit | e2ae724460e6d73d3ddcc6066427471799c4bd57 (patch) | |
| tree | 022dec8188bf8d25d89ad201216b4c12e516a7f7 | |
| parent | c4cfb5d20487f9912f5896b3f1d291fe7ccc9804 (diff) | |
| download | emacs-e2ae724460e6d73d3ddcc6066427471799c4bd57.tar.gz emacs-e2ae724460e6d73d3ddcc6066427471799c4bd57.zip | |
* lisp/international/mule-cmds.el (view-hello-file): Use utf-8 coding.
| -rw-r--r-- | lisp/international/mule-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index f737869eef8..c66cc6747de 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." | |||
| 282 | "Display the HELLO file, which lists many languages and characters." | 282 | "Display the HELLO file, which lists many languages and characters." |
| 283 | (interactive) | 283 | (interactive) |
| 284 | ;; We have to decode the file in any environment. | 284 | ;; We have to decode the file in any environment. |
| 285 | (let ((coding-system-for-read 'iso-2022-7bit)) | 285 | (let ((coding-system-for-read 'utf-8)) |
| 286 | (view-file (expand-file-name "HELLO" data-directory)))) | 286 | (view-file (expand-file-name "HELLO" data-directory)))) |
| 287 | 287 | ||
| 288 | (defun universal-coding-system-argument (coding-system) | 288 | (defun universal-coding-system-argument (coding-system) |