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 Local Variables:
|
||||||
@c mode: texinfo
|
@c mode: texinfo
|
||||||
@c coding: iso-8859-1
|
@c coding: utf-8
|
||||||
@c End:
|
@c End:
|
||||||
|
@ -387,5 +387,5 @@ changed.
|
|||||||
|
|
||||||
@c Local Variables:
|
@c Local Variables:
|
||||||
@c mode: texinfo
|
@c mode: texinfo
|
||||||
@c coding: iso-8859-1
|
@c coding: utf-8
|
||||||
@c End:
|
@c End:
|
||||||
|
@ -1250,7 +1250,7 @@ When enabled, it automatically turns on `font-lock-mode'."
|
|||||||
(provide 'gnus-cite)
|
(provide 'gnus-cite)
|
||||||
|
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
;; coding: iso-8859-1
|
;; coding: utf-8
|
||||||
;; End:
|
;; End:
|
||||||
|
|
||||||
;;; gnus-cite.el ends here
|
;;; gnus-cite.el ends here
|
||||||
|
@ -3030,7 +3030,7 @@ defaults to one.
|
|||||||
(run-hooks 'ibuffer-load-hook)
|
(run-hooks 'ibuffer-load-hook)
|
||||||
|
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
;; coding: iso-8859-1
|
;; coding: utf-8
|
||||||
;; End:
|
;; End:
|
||||||
|
|
||||||
;;; ibuffer.el ends here
|
;;; ibuffer.el ends here
|
||||||
|
Loading…
Reference in New Issue
Block a user