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 /lisp | |
| parent | fe5b74fc1affbee87c84bdcb077331bbc68b6a1e (diff) | |
| download | emacs-86c86abfecfd3e6f41dbacfd9b349011aee85ad1.tar.gz emacs-86c86abfecfd3e6f41dbacfd9b349011aee85ad1.zip | |
Specify utf-8, not iso-8859-1, for ASCII files.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/gnus-cite.el | 2 | ||||
| -rw-r--r-- | lisp/ibuffer.el | 2 |
2 files changed, 2 insertions, 2 deletions
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 |