1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

Specify utf-8, not iso-8859-1, for ASCII files.

This commit is contained in:
Paul Eggert 2013-03-06 23:28:51 -08:00
parent fe5b74fc1a
commit 86c86abfec
4 changed files with 4 additions and 4 deletions

View File

@ -1890,5 +1890,5 @@ Documentation of the text/plain format parameter for flowed text.
@c Local Variables:
@c mode: texinfo
@c coding: iso-8859-1
@c coding: utf-8
@c End:

View File

@ -387,5 +387,5 @@ changed.
@c Local Variables:
@c mode: texinfo
@c coding: iso-8859-1
@c coding: utf-8
@c End:

View File

@ -1250,7 +1250,7 @@ When enabled, it automatically turns on `font-lock-mode'."
(provide 'gnus-cite)
;; Local Variables:
;; coding: iso-8859-1
;; coding: utf-8
;; End:
;;; gnus-cite.el ends here

View File

@ -3030,7 +3030,7 @@ defaults to one.
(run-hooks 'ibuffer-load-hook)
;; Local Variables:
;; coding: iso-8859-1
;; coding: utf-8
;; End:
;;; ibuffer.el ends here