diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-03-12 09:53:31 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-03-12 09:53:31 -0700 |
commit | 5c592c9a1a41a0fdaf6a01067ce1478826acd39e (patch) | |
tree | 2c2485941444d1e6f8b47b1351550b2e7271443f | |
parent | ca68a22e6473d24f3aaca3d5ad26b78fad256560 (diff) | |
download | emacs-5c592c9a1a41a0fdaf6a01067ce1478826acd39e.tar.gz |
Add coding tags for iso-2022-7bit files that are not already tagged.
* HELLO, tutorials/TUTORIAL.ko, tutorials/TUTORIAL.th:
Add coding tag. For TUTORIAL.th this prevents Emacs from
misinterpreting the file.
-rw-r--r-- | etc/ChangeLog | 5 | ||||
-rw-r--r-- | etc/HELLO | 1 | ||||
-rw-r--r-- | etc/tutorials/TUTORIAL.ko | 3 | ||||
-rw-r--r-- | etc/tutorials/TUTORIAL.th | 4 |
4 files changed, 11 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index e401c440267..dfbefedc323 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,5 +1,10 @@ 2013-03-12 Paul Eggert <eggert@cs.ucla.edu> + Add coding tags for iso-2022-7bit files that are not already tagged. + * HELLO, tutorials/TUTORIAL.ko, tutorials/TUTORIAL.th: + Add coding tag. For TUTORIAL.th this prevents Emacs from + misinterpreting the file. + Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880). * refcards/ru-refcard.tex: * tutorials/TUTORIAL.bg, tutorials/TUTORIAL.bg, tutorials/TUTORIAL.cn: diff --git a/etc/HELLO b/etc/HELLO index 5b050f2668a..59640fa15b6 100644 --- a/etc/HELLO +++ b/etc/HELLO @@ -93,4 +93,5 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. ;;; Local Variables: ;;; tab-width: 32 ;;; bidi-display-reordering: t +;;; coding: iso-2022-7bit ;;; End: diff --git a/etc/tutorials/TUTORIAL.ko b/etc/tutorials/TUTORIAL.ko index 2fad098c501..78ea63ff9e0 100644 --- a/etc/tutorials/TUTORIAL.ko +++ b/etc/tutorials/TUTORIAL.ko @@ -997,3 +997,6 @@ COPYING$(C@L6s4B(B $(CFD@O@;(B $(C@P0m(B $(C3-(B $(CHD?!(B GNU $(C@L8 $(CAV=J=C?@(B. $(C@Z@/(B $(C<RGAF.?~>n8&(B $(C>20m(B $(C885i0m(B $(C0x@/GT@87N=a(B $(C<RGAF.?~>n(B $(C9fGX8&(B ("$(C<R@/1G(B") $(C1Y@}GO4B5%(B $(C55?s=C4Y(B. +;;; Local Variables: +;;; coding: iso-2022-7bit +;;; End: diff --git a/etc/tutorials/TUTORIAL.th b/etc/tutorials/TUTORIAL.th index 7906b6cf409..e313fc71a59 100644 --- a/etc/tutorials/TUTORIAL.th +++ b/etc/tutorials/TUTORIAL.th @@ -1001,6 +1001,6 @@ virach@nectec.or.th Translate - January 1999 by Virach Sornlertlamvanich ;;; Local Variables: -;;; sentence-end-double-space: nil +;;; sentence-end-double-space: nil +;;; coding: iso-2022-7bit ;;; End: - |