diff options
| author | Paul Eggert | 2015-04-28 10:51:21 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-04-28 10:52:06 -0700 |
| commit | 25166a91fdec1ef9721fe7440b9f8af809134e7d (patch) | |
| tree | bb5a8b8c4cea2e19a433516a72bc91248dbb1fa7 /lisp | |
| parent | e78aef008332477d568e904de3646cfc1ba68cbf (diff) | |
| download | emacs-25166a91fdec1ef9721fe7440b9f8af809134e7d.tar.gz emacs-25166a91fdec1ef9721fe7440b9f8af809134e7d.zip | |
Update source file encoding list
Update admin/notes/unicode, along with coding system cookies in
other files, so that the two match each other better.
* admin/notes/unicode: lisp/language/ethio-util.el and
lisp/language/ethiopic.el also use utf-8-emacs.
* admin/notes/hydra, doc/misc/dbus.texi, doc/misc/org.texi:
* doc/misc/remember.texi, etc/refcards/cs-dired-ref.tex:
* etc/refcards/cs-refcard.tex, etc/refcards/cs-survival.tex:
* etc/refcards/sk-dired-ref.tex, etc/refcards/sk-refcard.tex:
* etc/refcards/sk-survival.tex:
Add "coding: utf-8" so that this file is not mishandled in a
Latin-1 or Big-5 locale.
* lisp/international/robin.el, lisp/org/ox-ascii.el:
Specify utf-8, not utf-8-emacs, as these are plain UTF-8 files.
* lisp/language/ethio-util.el: Fix trailer.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/international/robin.el | 2 | ||||
| -rw-r--r-- | lisp/language/ethio-util.el | 2 | ||||
| -rw-r--r-- | lisp/org/ox-ascii.el | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/lisp/international/robin.el b/lisp/international/robin.el index 897075f0faf..8254180fcc1 100644 --- a/lisp/international/robin.el +++ b/lisp/international/robin.el | |||
| @@ -576,7 +576,7 @@ used." | |||
| 576 | (provide 'robin) | 576 | (provide 'robin) |
| 577 | 577 | ||
| 578 | ;; Local Variables: | 578 | ;; Local Variables: |
| 579 | ;; coding: utf-8-emacs | 579 | ;; coding: utf-8 |
| 580 | ;; End: | 580 | ;; End: |
| 581 | 581 | ||
| 582 | ;;; robin.el ends here | 582 | ;;; robin.el ends here |
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el index 8575e7b6a93..a27f74907b0 100644 --- a/lisp/language/ethio-util.el +++ b/lisp/language/ethio-util.el | |||
| @@ -2071,5 +2071,3 @@ mark." | |||
| 2071 | (provide 'ethio-util) | 2071 | (provide 'ethio-util) |
| 2072 | 2072 | ||
| 2073 | ;;; ethio-util.el ends here | 2073 | ;;; ethio-util.el ends here |
| 2074 | |||
| 2075 | ;;; ethio-util.el ends here | ||
diff --git a/lisp/org/ox-ascii.el b/lisp/org/ox-ascii.el index 65b6f7528dd..a3284d9b905 100644 --- a/lisp/org/ox-ascii.el +++ b/lisp/org/ox-ascii.el | |||
| @@ -1965,7 +1965,7 @@ Return output file name." | |||
| 1965 | 1965 | ||
| 1966 | ;; Local variables: | 1966 | ;; Local variables: |
| 1967 | ;; generated-autoload-file: "org-loaddefs.el" | 1967 | ;; generated-autoload-file: "org-loaddefs.el" |
| 1968 | ;; coding: utf-8-emacs | 1968 | ;; coding: utf-8 |
| 1969 | ;; End: | 1969 | ;; End: |
| 1970 | 1970 | ||
| 1971 | ;;; ox-ascii.el ends here | 1971 | ;;; ox-ascii.el ends here |