aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMiles Bader2004-04-19 07:09:26 +0000
committerMiles Bader2004-04-19 07:09:26 +0000
commitfbaf0946b2013186454e8f44ded2ea9079df4050 (patch)
tree12fe4f8bd981199c1d2d36bc7a9eb2070bf2e168 /lisp
parent770ecbeecbfcd0626f9097f00dee510dbc892778 (diff)
downloademacs-fbaf0946b2013186454e8f44ded2ea9079df4050.tar.gz
emacs-fbaf0946b2013186454e8f44ded2ea9079df4050.zip
Add arch taglines
Diffstat (limited to 'lisp')
-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
5 files changed, 10 insertions, 0 deletions
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