diff options
| -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 c048b441268..5e4dfe69604 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -147,7 +147,7 @@ With arg, make them enable iff arg is positive." | |||
| 147 | (interactive) | 147 | (interactive) |
| 148 | ;; We have to decode the file in any environment. | 148 | ;; We have to decode the file in any environment. |
| 149 | (let ((default-enable-multibyte-characters t) | 149 | (let ((default-enable-multibyte-characters t) |
| 150 | (coding-system-for-read 'iso-2022-7)) | 150 | (coding-system-for-read 'iso-2022-7bit)) |
| 151 | (find-file-read-only (expand-file-name "HELLO" data-directory)))) | 151 | (find-file-read-only (expand-file-name "HELLO" data-directory)))) |
| 152 | 152 | ||
| 153 | (defun universal-coding-system-argument () | 153 | (defun universal-coding-system-argument () |