diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-05-24 15:23:47 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-05-24 15:23:47 -0700 |
commit | 62803a2ef134e37f1ba2c404dda15bf5e2a2a036 (patch) | |
tree | b935938cf80dcd7bfb0a3f19ba343ba4d7815b78 /etc | |
parent | 2082742ed441e799577117ca93bef4510f1bb1b6 (diff) | |
download | emacs-62803a2ef134e37f1ba2c404dda15bf5e2a2a036.tar.gz |
Specify coding if Latin-1 Emacs would misinterpret.
* doc/misc/htmlfontify.texi, doc/misc/org.texi:
* etc/ETAGS.EBNF, etc/NEWS, etc/ORG-NEWS: Add "coding: utf-8".
Fixes: debbugs:17575
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 5 | ||||
-rw-r--r-- | etc/ETAGS.EBNF | 2 | ||||
-rw-r--r-- | etc/NEWS | 1 | ||||
-rw-r--r-- | etc/ORG-NEWS | 2 |
4 files changed, 8 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index aa53b5b9998..dd703fc8f8e 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2014-05-24 Paul Eggert <eggert@cs.ucla.edu> + + Specify coding if Latin-1 Emacs would misinterpret (Bug#17575). + * ETAGS.EBNF, NEWS, ORG-NEWS: Add "coding: utf-8". + 2014-04-11 Glenn Morris <rgm@gnu.org> * refcards/cs-dired-ref.tex, refcards/cs-refcard.tex: diff --git a/etc/ETAGS.EBNF b/etc/ETAGS.EBNF index 66a974b948c..0d872383a16 100644 --- a/etc/ETAGS.EBNF +++ b/etc/ETAGS.EBNF @@ -1,4 +1,4 @@ --*- indented-text -*- +-*- mode: indented-text; coding: utf-8 -*- See the end of this file for copyright information. @@ -4072,6 +4072,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. Local variables: +coding: utf-8 mode: outline paragraph-separate: "[ ]*$" end: diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index c74506ce3ac..46b4c954ecd 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -1,4 +1,4 @@ -ORG NEWS -- history of user-visible changes. -*- org -*- +ORG NEWS -- history of user-visible changes. -*- mode: org; coding: utf-8 -*- #+LINK: doc http://orgmode.org/worg/doc.html#%s #+LINK: git http://orgmode.org/w/?p=org-mode.git;a=commit;h=%s |