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:
parent
fe5b74fc1a
commit
86c86abfec
@ -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:
|
||||
|
@ -387,5 +387,5 @@ changed.
|
||||
|
||||
@c Local Variables:
|
||||
@c mode: texinfo
|
||||
@c coding: iso-8859-1
|
||||
@c coding: utf-8
|
||||
@c End:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user