aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2004-04-19 07:09:26 +0000
committerMiles Bader2004-04-19 07:09:26 +0000
commitfbaf0946b2013186454e8f44ded2ea9079df4050 (patch)
tree12fe4f8bd981199c1d2d36bc7a9eb2070bf2e168
parent770ecbeecbfcd0626f9097f00dee510dbc892778 (diff)
downloademacs-fbaf0946b2013186454e8f44ded2ea9079df4050.tar.gz
emacs-fbaf0946b2013186454e8f44ded2ea9079df4050.zip
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 @@
66 Copyright (C) 2003 Free Software Foundation, Inc. 66 Copyright (C) 2003 Free Software Foundation, Inc.
67 Copying and distribution of this file, with or without modification, 67 Copying and distribution of this file, with or without modification,
68 are permitted provided the copyright notice and this notice are preserved. 68 are permitted provided the copyright notice and this notice are preserved.
69
70;;; 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 @@
65 Free Software Foundation, Inc. 65 Free Software Foundation, Inc.
66 Copying and distribution of this file, with or without modification, 66 Copying and distribution of this file, with or without modification,
67 are permitted provided the copyright notice and this notice are preserved. 67 are permitted provided the copyright notice and this notice are preserved.
68
69;;; 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 @@
103 Copyright (C) 2002 Free Software Foundation, Inc. 103 Copyright (C) 2002 Free Software Foundation, Inc.
104 Copying and distribution of this file, with or without modification, 104 Copying and distribution of this file, with or without modification,
105 are permitted provided the copyright notice and this notice are preserved. 105 are permitted provided the copyright notice and this notice are preserved.
106
107;;; 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 @@
1876 Copyright (C) 2002 Free Software Foundation, Inc. 1876 Copyright (C) 2002 Free Software Foundation, Inc.
1877 Copying and distribution of this file, with or without modification, 1877 Copying and distribution of this file, with or without modification,
1878 are permitted provided the copyright notice and this notice are preserved. 1878 are permitted provided the copyright notice and this notice are preserved.
1879
1880;;; 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 @@
117 Copyright (C) 2002 Free Software Foundation, Inc. 117 Copyright (C) 2002 Free Software Foundation, Inc.
118 Copying and distribution of this file, with or without modification, 118 Copying and distribution of this file, with or without modification,
119 are permitted provided the copyright notice and this notice are preserved. 119 are permitted provided the copyright notice and this notice are preserved.
120
121;;; 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 @@
468 (setcar x (cdr x)) (setcdr x tmp))) 468 (setcar x (cdr x)) (setcdr x tmp)))
469 map) 469 map)
470 (define-translation-table 'cp51932-encode map)) 470 (define-translation-table 'cp51932-encode map))
471
472;;; 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 @@
2083 (setcar x (cdr x)) (setcdr x tmp))) 2083 (setcar x (cdr x)) (setcdr x tmp)))
2084 map) 2084 map)
2085 (define-translation-table 'eucjp-ms-encode map)) 2085 (define-translation-table 'eucjp-ms-encode map))
2086
2087;;; 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'."
89 capitalized-next-word-boundary-function-table)) 89 capitalized-next-word-boundary-function-table))
90 90
91(provide 'cap-words) 91(provide 'cap-words)
92
93;;; arch-tag: 46513b64-fe5a-4c0b-902c-ed235c22975f
92;;; cap-words.el ends here 94;;; 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 @@
2854 Copyright (C) 2002 Free Software Foundation, Inc. 2854 Copyright (C) 2002 Free Software Foundation, Inc.
2855 Copying and distribution of this file, with or without modification, 2855 Copying and distribution of this file, with or without modification,
2856 are permitted provided the copyright notice and this notice are preserved. 2856 are permitted provided the copyright notice and this notice are preserved.
2857
2858;;; 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. */);
992} 992}
993 993
994#endif /* emacs */ 994#endif /* emacs */
995
996/* arch-tag: b6665960-3c3d-4184-85cd-af4318197999
997 (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;
652 do { (sym) = intern ((name)); staticpro (&(sym)); } while (0) 652 do { (sym) = intern ((name)); staticpro (&(sym)); } while (0)
653 653
654#endif /* EMACS_CHARACTER_H */ 654#endif /* EMACS_CHARACTER_H */
655
656/* arch-tag: 4ef86004-2eff-4073-8cea-cfcbcf7188ac
657 (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 ()
970 defsubr (&Soptimize_char_table); 970 defsubr (&Soptimize_char_table);
971 defsubr (&Smap_char_table); 971 defsubr (&Smap_char_table);
972} 972}
973
974/* arch-tag: 18b5b560-7ab5-4108-b09e-d5dd65dc6fda
975 (do not change this comment) */