diff options
| author | Paul Eggert | 2013-03-06 23:28:51 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-03-06 23:28:51 -0800 |
| commit | 86c86abfecfd3e6f41dbacfd9b349011aee85ad1 (patch) | |
| tree | 8d360cdac51d71c7155eaefb2f3feef00da102fb | |
| parent | fe5b74fc1affbee87c84bdcb077331bbc68b6a1e (diff) | |
| download | emacs-86c86abfecfd3e6f41dbacfd9b349011aee85ad1.tar.gz emacs-86c86abfecfd3e6f41dbacfd9b349011aee85ad1.zip | |
Specify utf-8, not iso-8859-1, for ASCII files.
| -rw-r--r-- | doc/misc/emacs-mime.texi | 2 | ||||
| -rw-r--r-- | doc/misc/gnus-coding.texi | 2 | ||||
| -rw-r--r-- | lisp/gnus/gnus-cite.el | 2 | ||||
| -rw-r--r-- | lisp/ibuffer.el | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi index ebf208be48c..5f377e57725 100644 --- a/doc/misc/emacs-mime.texi +++ b/doc/misc/emacs-mime.texi | |||
| @@ -1890,5 +1890,5 @@ Documentation of the text/plain format parameter for flowed text. | |||
| 1890 | 1890 | ||
| 1891 | @c Local Variables: | 1891 | @c Local Variables: |
| 1892 | @c mode: texinfo | 1892 | @c mode: texinfo |
| 1893 | @c coding: iso-8859-1 | 1893 | @c coding: utf-8 |
| 1894 | @c End: | 1894 | @c End: |
diff --git a/doc/misc/gnus-coding.texi b/doc/misc/gnus-coding.texi index 15393ad8032..4e5855627b8 100644 --- a/doc/misc/gnus-coding.texi +++ b/doc/misc/gnus-coding.texi | |||
| @@ -387,5 +387,5 @@ changed. | |||
| 387 | 387 | ||
| 388 | @c Local Variables: | 388 | @c Local Variables: |
| 389 | @c mode: texinfo | 389 | @c mode: texinfo |
| 390 | @c coding: iso-8859-1 | 390 | @c coding: utf-8 |
| 391 | @c End: | 391 | @c End: |
diff --git a/lisp/gnus/gnus-cite.el b/lisp/gnus/gnus-cite.el index 3840f33687c..22e97cd8f4f 100644 --- a/lisp/gnus/gnus-cite.el +++ b/lisp/gnus/gnus-cite.el | |||
| @@ -1250,7 +1250,7 @@ When enabled, it automatically turns on `font-lock-mode'." | |||
| 1250 | (provide 'gnus-cite) | 1250 | (provide 'gnus-cite) |
| 1251 | 1251 | ||
| 1252 | ;; Local Variables: | 1252 | ;; Local Variables: |
| 1253 | ;; coding: iso-8859-1 | 1253 | ;; coding: utf-8 |
| 1254 | ;; End: | 1254 | ;; End: |
| 1255 | 1255 | ||
| 1256 | ;;; gnus-cite.el ends here | 1256 | ;;; gnus-cite.el ends here |
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el index 8f934b86288..586c8306a36 100644 --- a/lisp/ibuffer.el +++ b/lisp/ibuffer.el | |||
| @@ -3030,7 +3030,7 @@ defaults to one. | |||
| 3030 | (run-hooks 'ibuffer-load-hook) | 3030 | (run-hooks 'ibuffer-load-hook) |
| 3031 | 3031 | ||
| 3032 | ;; Local Variables: | 3032 | ;; Local Variables: |
| 3033 | ;; coding: iso-8859-1 | 3033 | ;; coding: utf-8 |
| 3034 | ;; End: | 3034 | ;; End: |
| 3035 | 3035 | ||
| 3036 | ;;; ibuffer.el ends here | 3036 | ;;; ibuffer.el ends here |