summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2004-04-19 07:09:26 +0000
committerMiles Bader <miles@gnu.org>2004-04-19 07:09:26 +0000
commit498915932449b496dc166237ad679163b2b6be94 (patch)
tree60b43cd27fc7fccf26bca92f2f560308cc96b588
parentcc0f9103a920297eaad8bb9734ff91cb5992ff4c (diff)
downloademacs-498915932449b496dc166237ad679163b2b6be94.tar.gz
Add arch taglines
-rw-r--r--admin/ChangeLog.222
-rw-r--r--etc/ChangeLog.222
-rw-r--r--leim/ChangeLog.222
-rw-r--r--lisp/ChangeLog.222
-rw-r--r--lisp/gnus/ChangeLog.222
-rw-r--r--lisp/international/cp51932.el2
-rw-r--r--lisp/international/eucjp-ms.el2
-rw-r--r--lisp/progmodes/cap-words.el2
-rw-r--r--src/ChangeLog.222
-rw-r--r--src/character.c3
-rw-r--r--src/character.h3
-rw-r--r--src/chartab.c3
12 files changed, 27 insertions, 0 deletions
diff --git a/admin/ChangeLog.22 b/admin/ChangeLog.22
index 7539500a47d..b1951d214d5 100644
--- a/admin/ChangeLog.22
+++ b/admin/ChangeLog.22
@@ -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
diff --git a/etc/ChangeLog.22 b/etc/ChangeLog.22
index d09f756ebd7..8f87f822b76 100644
--- a/etc/ChangeLog.22
+++ b/etc/ChangeLog.22
@@ -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
diff --git a/leim/ChangeLog.22 b/leim/ChangeLog.22
index 7f765166368..aa34347e393 100644
--- a/leim/ChangeLog.22
+++ b/leim/ChangeLog.22
@@ -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
diff --git a/lisp/ChangeLog.22 b/lisp/ChangeLog.22
index ccc36bac6ec..0c589e9b58d 100644
--- a/lisp/ChangeLog.22
+++ b/lisp/ChangeLog.22
@@ -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
diff --git a/lisp/gnus/ChangeLog.22 b/lisp/gnus/ChangeLog.22
index e700ac65a53..6ecee80d4d5 100644
--- a/lisp/gnus/ChangeLog.22
+++ b/lisp/gnus/ChangeLog.22
@@ -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
diff --git a/lisp/international/cp51932.el b/lisp/international/cp51932.el
index e50107a6cee..b8d01f20ef8 100644
--- a/lisp/international/cp51932.el
+++ b/lisp/international/cp51932.el
@@ -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
diff --git a/lisp/international/eucjp-ms.el b/lisp/international/eucjp-ms.el
index 90c96fd2ae2..f8fee5bc453 100644
--- a/lisp/international/eucjp-ms.el
+++ b/lisp/international/eucjp-ms.el
@@ -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
diff --git a/lisp/progmodes/cap-words.el b/lisp/progmodes/cap-words.el
index a10a9d550fc..36a2ba0ad59 100644
--- a/lisp/progmodes/cap-words.el
+++ b/lisp/progmodes/cap-words.el
@@ -89,4 +89,6 @@ Obsoletes `c-forward-into-nomenclature'."
capitalized-next-word-boundary-function-table))
(provide 'cap-words)
+
+;;; arch-tag: 46513b64-fe5a-4c0b-902c-ed235c22975f
;;; cap-words.el ends here
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index 40adca6d72f..2af25c7be6b 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -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
diff --git a/src/character.c b/src/character.c
index cec313e24a4..1c4d6af24e8 100644
--- a/src/character.c
+++ b/src/character.c
@@ -992,3 +992,6 @@ It has one extra slot whose value is a list of script symbols. */);
}
#endif /* emacs */
+
+/* arch-tag: b6665960-3c3d-4184-85cd-af4318197999
+ (do not change this comment) */
diff --git a/src/character.h b/src/character.h
index 98bb555b18d..ff9e8e00062 100644
--- a/src/character.h
+++ b/src/character.h
@@ -652,3 +652,6 @@ extern Lisp_Object Vchar_script_table;
do { (sym) = intern ((name)); staticpro (&(sym)); } while (0)
#endif /* EMACS_CHARACTER_H */
+
+/* arch-tag: 4ef86004-2eff-4073-8cea-cfcbcf7188ac
+ (do not change this comment) */
diff --git a/src/chartab.c b/src/chartab.c
index 71940761bfa..62fb232b141 100644
--- a/src/chartab.c
+++ b/src/chartab.c
@@ -970,3 +970,6 @@ syms_of_chartab ()
defsubr (&Soptimize_char_table);
defsubr (&Smap_char_table);
}
+
+/* arch-tag: 18b5b560-7ab5-4108-b09e-d5dd65dc6fda
+ (do not change this comment) */