emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112022: Add coding tags for iso-2022


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112022: Add coding tags for iso-2022-7bit files that are not already tagged.
Date: Tue, 12 Mar 2013 09:53:31 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112022
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2013-03-12 09:53:31 -0700
message:
  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.
modified:
  etc/ChangeLog
  etc/HELLO
  etc/tutorials/TUTORIAL.ko
  etc/tutorials/TUTORIAL.th
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2013-03-12 01:14:08 +0000
+++ b/etc/ChangeLog     2013-03-12 16:53:31 +0000
@@ -1,5 +1,10 @@
 2013-03-12  Paul Eggert  <address@hidden>
 
+       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:

=== modified file 'etc/HELLO'
--- a/etc/HELLO 2013-01-01 09:11:05 +0000
+++ b/etc/HELLO 2013-03-12 16:53:31 +0000
@@ -93,4 +93,5 @@
 ;;; Local Variables:
 ;;; tab-width: 32
 ;;; bidi-display-reordering: t
+;;; coding: iso-2022-7bit
 ;;; End:

=== modified file 'etc/tutorials/TUTORIAL.ko'
--- a/etc/tutorials/TUTORIAL.ko 2013-01-01 09:11:05 +0000
+++ b/etc/tutorials/TUTORIAL.ko 2013-03-12 16:53:31 +0000
@@ -997,3 +997,6 @@
 $(address@hidden(B.  $(address@hidden@/(B $(C<RGAF.?~>n8&(B $(C>20m(B 
$(C885i0m(B $(C0x@/address@hidden(B $(C<RGAF.?~>n(B
 $(C9fGX8&(B ("$(C<R@/1G(B") $(address@hidden(B $(C55?s=C4Y(B.
 
+;;; Local Variables:
+;;; coding: iso-2022-7bit
+;;; End:

=== modified file 'etc/tutorials/TUTORIAL.th'
--- a/etc/tutorials/TUTORIAL.th 2013-01-01 09:11:05 +0000
+++ b/etc/tutorials/TUTORIAL.th 2013-03-12 16:53:31 +0000
@@ -1001,6 +1001,6 @@
 Translate - January 1999 by Virach Sornlertlamvanich
 
 ;;; Local Variables:
-;;;   sentence-end-double-space: nil
+;;; sentence-end-double-space: nil
+;;; coding: iso-2022-7bit
 ;;; End:
-


reply via email to

[Prev in Thread] Current Thread [Next in Thread]