mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 04:17:35 +00:00
(view-hello-file): Adjusted for the changes of
coding system names.
This commit is contained in:
parent
b50c87ee6e
commit
95fa03b4fb
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ With arg, make them enable iff arg is positive."
|
|||
(interactive)
|
||||
;; We have to decode the file in any environment.
|
||||
(let ((default-enable-multibyte-characters t)
|
||||
(coding-system-for-read 'iso-2022-7))
|
||||
(coding-system-for-read 'iso-2022-7bit))
|
||||
(find-file-read-only (expand-file-name "HELLO" data-directory))))
|
||||
|
||||
(defun universal-coding-system-argument ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue