changeset 89911:cce857c68ba2

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 19 Apr 2004 07:09:26 +0000
parents 548375b6b1f8
children dbc050262b30
files admin/ChangeLog.22 etc/ChangeLog.22 leim/ChangeLog.22 lisp/ChangeLog.22 lisp/gnus/ChangeLog.22 lisp/international/cp51932.el lisp/international/eucjp-ms.el lisp/progmodes/cap-words.el src/ChangeLog.22 src/character.c src/character.h src/chartab.c
diffstat 12 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/admin/ChangeLog.22	Mon Apr 19 07:01:43 2004 +0000
+++ b/admin/ChangeLog.22	Mon Apr 19 07:09:26 2004 +0000
@@ -66,3 +66,5 @@
     Copyright (C) 2003 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.
+
+;;; arch-tag: 021fa3ae-e1d0-451b-866e-c5b10b325e78
--- a/etc/ChangeLog.22	Mon Apr 19 07:01:43 2004 +0000
+++ b/etc/ChangeLog.22	Mon Apr 19 07:09:26 2004 +0000
@@ -65,3 +65,5 @@
 	Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.
+
+;;; arch-tag: 3be3b13c-b969-4c9d-8542-66e0b5a3d27a
--- a/leim/ChangeLog.22	Mon Apr 19 07:01:43 2004 +0000
+++ b/leim/ChangeLog.22	Mon Apr 19 07:09:26 2004 +0000
@@ -103,3 +103,5 @@
     Copyright (C) 2002 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.
+
+;;; arch-tag: c3252583-f87e-476c-9f21-482773f7ed8a
--- a/lisp/ChangeLog.22	Mon Apr 19 07:01:43 2004 +0000
+++ b/lisp/ChangeLog.22	Mon Apr 19 07:09:26 2004 +0000
@@ -1876,3 +1876,5 @@
     Copyright (C) 2002 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.
+
+;;; arch-tag: d0d613db-0a9b-459c-a1c7-8a1722c771c1
--- a/lisp/gnus/ChangeLog.22	Mon Apr 19 07:01:43 2004 +0000
+++ b/lisp/gnus/ChangeLog.22	Mon Apr 19 07:09:26 2004 +0000
@@ -117,3 +117,5 @@
     Copyright (C) 2002 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.
+
+;;; arch-tag: d7f0febd-4aca-429a-9493-d71cd04ad9f0
--- a/lisp/international/cp51932.el	Mon Apr 19 07:01:43 2004 +0000
+++ b/lisp/international/cp51932.el	Mon Apr 19 07:09:26 2004 +0000
@@ -468,3 +468,5 @@
 	      (setcar x (cdr x)) (setcdr x tmp)))
 	map)
   (define-translation-table 'cp51932-encode map))
+
+;;; arch-tag: d21c06e5-a548-4dda-8802-c2922ff19da3
--- a/lisp/international/eucjp-ms.el	Mon Apr 19 07:01:43 2004 +0000
+++ b/lisp/international/eucjp-ms.el	Mon Apr 19 07:09:26 2004 +0000
@@ -2083,3 +2083,5 @@
 	      (setcar x (cdr x)) (setcdr x tmp)))
 	map)
   (define-translation-table 'eucjp-ms-encode map))
+
+;;; arch-tag: c4191096-288a-4f13-9b2a-ee7a1f11eb4a
--- a/lisp/progmodes/cap-words.el	Mon Apr 19 07:01:43 2004 +0000
+++ b/lisp/progmodes/cap-words.el	Mon Apr 19 07:09:26 2004 +0000
@@ -89,4 +89,6 @@
        capitalized-next-word-boundary-function-table))
 
 (provide 'cap-words)
+
+;;; arch-tag: 46513b64-fe5a-4c0b-902c-ed235c22975f
 ;;; cap-words.el ends here
--- a/src/ChangeLog.22	Mon Apr 19 07:01:43 2004 +0000
+++ b/src/ChangeLog.22	Mon Apr 19 07:09:26 2004 +0000
@@ -2854,3 +2854,5 @@
     Copyright (C) 2002 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.
+
+;;; arch-tag: 1bff38bd-2030-46ae-9d18-f15e6006b665
--- a/src/character.c	Mon Apr 19 07:01:43 2004 +0000
+++ b/src/character.c	Mon Apr 19 07:09:26 2004 +0000
@@ -992,3 +992,6 @@
 }
 
 #endif /* emacs */
+
+/* arch-tag: b6665960-3c3d-4184-85cd-af4318197999
+   (do not change this comment) */
--- a/src/character.h	Mon Apr 19 07:01:43 2004 +0000
+++ b/src/character.h	Mon Apr 19 07:09:26 2004 +0000
@@ -652,3 +652,6 @@
   do { (sym) = intern ((name)); staticpro (&(sym)); } while (0)
 
 #endif /* EMACS_CHARACTER_H */
+
+/* arch-tag: 4ef86004-2eff-4073-8cea-cfcbcf7188ac
+   (do not change this comment) */
--- a/src/chartab.c	Mon Apr 19 07:01:43 2004 +0000
+++ b/src/chartab.c	Mon Apr 19 07:09:26 2004 +0000
@@ -970,3 +970,6 @@
   defsubr (&Soptimize_char_table);
   defsubr (&Smap_char_table);
 }
+
+/* arch-tag: 18b5b560-7ab5-4108-b09e-d5dd65dc6fda
+   (do not change this comment) */