diff options
| author | Kenichi Handa | 2004-03-12 00:03:12 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-03-12 00:03:12 +0000 |
| commit | b8898393ccd503cd7e27c733fb9d8ce19679dc2b (patch) | |
| tree | bf34b1305fed2fd79ca67c2393dbaf5863f1f2ad | |
| parent | ccddfb9e0919d1a127828b2a68411b0c9e8020d1 (diff) | |
| download | emacs-b8898393ccd503cd7e27c733fb9d8ce19679dc2b.tar.gz emacs-b8898393ccd503cd7e27c733fb9d8ce19679dc2b.zip | |
Sync with HEAD
101 files changed, 130 insertions, 11 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 6c3f1b5b6a5..43be1e84e43 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * message.el (message-mode): Fix last change. | ||
| 4 | |||
| 5 | 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 6 | |||
| 7 | * message.el (message-mode): Set comment-start-skip. | ||
| 8 | |||
| 9 | 2004-02-08 Andreas Schwab <schwab@suse.de> | ||
| 10 | |||
| 11 | * nnlistserv.el (nnlistserv-kk-wash-article): Fix paren nesting. | ||
| 12 | |||
| 13 | * gnus-score.el (gnus-summary-increase-score): Fix format string. | ||
| 14 | |||
| 1 | 2003-06-25 Sam Steingold <sds@gnu.org> | 15 | 2003-06-25 Sam Steingold <sds@gnu.org> |
| 2 | 16 | ||
| 3 | * gnus-group.el (gnus-group-suspend): Avoid some consing. | 17 | * gnus-group.el (gnus-group-suspend): Avoid some consing. |
| @@ -24,8 +38,8 @@ | |||
| 24 | 38 | ||
| 25 | 2003-05-06 Jesper Harder <harder@ifa.au.dk> | 39 | 2003-05-06 Jesper Harder <harder@ifa.au.dk> |
| 26 | 40 | ||
| 27 | * gnus-cus.el (gnus-group-customize, gnus-score-parameters): Don't | 41 | * gnus-cus.el (gnus-group-customize, gnus-score-parameters): |
| 28 | quote nil and t in docstrings. | 42 | Don't quote nil and t in docstrings. |
| 29 | 43 | ||
| 30 | * gnus-score.el (gnus-score-lower-thread): Likewise. | 44 | * gnus-score.el (gnus-score-lower-thread): Likewise. |
| 31 | 45 | ||
| @@ -41,8 +55,7 @@ | |||
| 41 | 55 | ||
| 42 | 2003-02-18 Juanma Barranquero <lektu@terra.es> | 56 | 2003-02-18 Juanma Barranquero <lektu@terra.es> |
| 43 | 57 | ||
| 44 | * ietf-drums.el (ietf-drums-remove-whitespace): Fix character | 58 | * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant. |
| 45 | constant. | ||
| 46 | 59 | ||
| 47 | 2003-02-14 Juanma Barranquero <lektu@terra.es> | 60 | 2003-02-14 Juanma Barranquero <lektu@terra.es> |
| 48 | 61 | ||
| @@ -11178,3 +11191,5 @@ | |||
| 11178 | Copyright (C) 2002 Free Software Foundation, Inc. | 11191 | Copyright (C) 2002 Free Software Foundation, Inc. |
| 11179 | Copying and distribution of this file, with or without modification, | 11192 | Copying and distribution of this file, with or without modification, |
| 11180 | are permitted provided the copyright notice and this notice are preserved. | 11193 | are permitted provided the copyright notice and this notice are preserved. |
| 11194 | |||
| 11195 | ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4 | ||
diff --git a/lisp/gnus/ChangeLog.1 b/lisp/gnus/ChangeLog.1 index ea351cef9f0..bb4da4dbcad 100644 --- a/lisp/gnus/ChangeLog.1 +++ b/lisp/gnus/ChangeLog.1 | |||
| @@ -3729,3 +3729,5 @@ | |||
| 3729 | Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. | 3729 | Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. |
| 3730 | Copying and distribution of this file, with or without modification, | 3730 | Copying and distribution of this file, with or without modification, |
| 3731 | are permitted provided the copyright notice and this notice are preserved. | 3731 | are permitted provided the copyright notice and this notice are preserved. |
| 3732 | |||
| 3733 | ;;; arch-tag: c2f4e9c8-94fb-4c63-bdfd-4ab680cc9db7 | ||
diff --git a/lisp/gnus/binhex.el b/lisp/gnus/binhex.el index 40e9051e134..e73903de77f 100644 --- a/lisp/gnus/binhex.el +++ b/lisp/gnus/binhex.el | |||
| @@ -298,4 +298,5 @@ If HEADER-ONLY is non-nil only decode header and return filename." | |||
| 298 | 298 | ||
| 299 | (provide 'binhex) | 299 | (provide 'binhex) |
| 300 | 300 | ||
| 301 | ;;; arch-tag: 8476badd-1e76-4f1d-a640-f9a38c72eed8 | ||
| 301 | ;;; binhex.el ends here | 302 | ;;; binhex.el ends here |
diff --git a/lisp/gnus/earcon.el b/lisp/gnus/earcon.el index 2b1d9b1dcbc..41aa66238c6 100644 --- a/lisp/gnus/earcon.el +++ b/lisp/gnus/earcon.el | |||
| @@ -232,4 +232,5 @@ If N is negative, move backward instead." | |||
| 232 | 232 | ||
| 233 | (run-hooks 'earcon-load-hook) | 233 | (run-hooks 'earcon-load-hook) |
| 234 | 234 | ||
| 235 | ;;; arch-tag: 844dfeea-980c-4ed0-907f-a30bf139691c | ||
| 235 | ;;; earcon.el ends here | 236 | ;;; earcon.el ends here |
diff --git a/lisp/gnus/flow-fill.el b/lisp/gnus/flow-fill.el index e8a39846c60..2d2e3e1c44d 100644 --- a/lisp/gnus/flow-fill.el +++ b/lisp/gnus/flow-fill.el | |||
| @@ -100,4 +100,5 @@ | |||
| 100 | 100 | ||
| 101 | (provide 'flow-fill) | 101 | (provide 'flow-fill) |
| 102 | 102 | ||
| 103 | ;;; arch-tag: addc0040-bc53-4f17-b4bc-1eb44eed6f0b | ||
| 103 | ;;; flow-fill.el ends here | 104 | ;;; flow-fill.el ends here |
diff --git a/lisp/gnus/format-spec.el b/lisp/gnus/format-spec.el index 6cd39ede721..05a7f3b51d0 100644 --- a/lisp/gnus/format-spec.el +++ b/lisp/gnus/format-spec.el | |||
| @@ -68,4 +68,5 @@ starting with a character." | |||
| 68 | 68 | ||
| 69 | (provide 'format-spec) | 69 | (provide 'format-spec) |
| 70 | 70 | ||
| 71 | ;;; arch-tag: c22d49cf-d167-445d-b7f1-2504d4173f53 | ||
| 71 | ;;; format-spec.el ends here | 72 | ;;; format-spec.el ends here |
diff --git a/lisp/gnus/gnus-agent.el b/lisp/gnus/gnus-agent.el index 77e3043f823..1ecade30b5f 100644 --- a/lisp/gnus/gnus-agent.el +++ b/lisp/gnus/gnus-agent.el | |||
| @@ -1697,4 +1697,5 @@ The following commands are available: | |||
| 1697 | 1697 | ||
| 1698 | (provide 'gnus-agent) | 1698 | (provide 'gnus-agent) |
| 1699 | 1699 | ||
| 1700 | ;;; arch-tag: b0ba4afc-5229-4cee-ad25-9956daa4e91e | ||
| 1700 | ;;; gnus-agent.el ends here | 1701 | ;;; gnus-agent.el ends here |
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index b03c3e71919..0a9920c0387 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -4910,4 +4910,5 @@ For example: | |||
| 4910 | 4910 | ||
| 4911 | (run-hooks 'gnus-art-load-hook) | 4911 | (run-hooks 'gnus-art-load-hook) |
| 4912 | 4912 | ||
| 4913 | ;;; arch-tag: 2654516f-6279-48f9-a83b-05c1fa450c33 | ||
| 4913 | ;;; gnus-art.el ends here | 4914 | ;;; gnus-art.el ends here |
diff --git a/lisp/gnus/gnus-async.el b/lisp/gnus/gnus-async.el index e6616588cd6..6c34859ee71 100644 --- a/lisp/gnus/gnus-async.el +++ b/lisp/gnus/gnus-async.el | |||
| @@ -372,4 +372,5 @@ It should return non-nil if the article is to be prefetched." | |||
| 372 | 372 | ||
| 373 | (provide 'gnus-async) | 373 | (provide 'gnus-async) |
| 374 | 374 | ||
| 375 | ;;; arch-tag: fee61de5-3ea2-4de6-8578-2f90ce89391d | ||
| 375 | ;;; gnus-async.el ends here | 376 | ;;; gnus-async.el ends here |
diff --git a/lisp/gnus/gnus-audio.el b/lisp/gnus/gnus-audio.el index b94de4bbd16..349e3ff7732 100644 --- a/lisp/gnus/gnus-audio.el +++ b/lisp/gnus/gnus-audio.el | |||
| @@ -146,4 +146,5 @@ | |||
| 146 | 146 | ||
| 147 | (run-hooks 'gnus-audio-load-hook) | 147 | (run-hooks 'gnus-audio-load-hook) |
| 148 | 148 | ||
| 149 | ;;; arch-tag: 6f129e78-3416-4fc9-973f-6cf5ac8d654b | ||
| 149 | ;;; gnus-audio.el ends here | 150 | ;;; gnus-audio.el ends here |
diff --git a/lisp/gnus/gnus-bcklg.el b/lisp/gnus/gnus-bcklg.el index 5a9cbf6c10f..34a80924ed9 100644 --- a/lisp/gnus/gnus-bcklg.el +++ b/lisp/gnus/gnus-bcklg.el | |||
| @@ -155,4 +155,5 @@ | |||
| 155 | 155 | ||
| 156 | (provide 'gnus-bcklg) | 156 | (provide 'gnus-bcklg) |
| 157 | 157 | ||
| 158 | ;;; arch-tag: 66259e56-505a-4bba-8a0d-3552c5b94e39 | ||
| 158 | ;;; gnus-bcklg.el ends here | 159 | ;;; gnus-bcklg.el ends here |
diff --git a/lisp/gnus/gnus-cache.el b/lisp/gnus/gnus-cache.el index dd664c2886a..834a1788123 100644 --- a/lisp/gnus/gnus-cache.el +++ b/lisp/gnus/gnus-cache.el | |||
| @@ -679,4 +679,5 @@ If LOW, update the lower bound instead." | |||
| 679 | 679 | ||
| 680 | (provide 'gnus-cache) | 680 | (provide 'gnus-cache) |
| 681 | 681 | ||
| 682 | ;;; arch-tag: 05a79442-8c58-4e65-bd0a-3cbb1b89a33a | ||
| 682 | ;;; gnus-cache.el ends here | 683 | ;;; gnus-cache.el ends here |
diff --git a/lisp/gnus/gnus-cite.el b/lisp/gnus/gnus-cite.el index 34acee59514..5a041d11197 100644 --- a/lisp/gnus/gnus-cite.el +++ b/lisp/gnus/gnus-cite.el | |||
| @@ -998,4 +998,5 @@ See also the documentation for `gnus-article-highlight-citation'." | |||
| 998 | ;; coding: iso-8859-1 | 998 | ;; coding: iso-8859-1 |
| 999 | ;; End: | 999 | ;; End: |
| 1000 | 1000 | ||
| 1001 | ;;; arch-tag: 1997b044-6067-471e-8c8f-dc903093098a | ||
| 1001 | ;;; gnus-cite.el ends here | 1002 | ;;; gnus-cite.el ends here |
diff --git a/lisp/gnus/gnus-cus.el b/lisp/gnus/gnus-cus.el index a20852796f4..dc5a9f39cc5 100644 --- a/lisp/gnus/gnus-cus.el +++ b/lisp/gnus/gnus-cus.el | |||
| @@ -818,4 +818,5 @@ articles in the thread. | |||
| 818 | 818 | ||
| 819 | (provide 'gnus-cus) | 819 | (provide 'gnus-cus) |
| 820 | 820 | ||
| 821 | ;;; arch-tag: a37c285a-49bc-4235-8244-804536effeaf | ||
| 821 | ;;; gnus-cus.el ends here | 822 | ;;; gnus-cus.el ends here |
diff --git a/lisp/gnus/gnus-demon.el b/lisp/gnus/gnus-demon.el index 6a77b8efcdb..600d60af6ee 100644 --- a/lisp/gnus/gnus-demon.el +++ b/lisp/gnus/gnus-demon.el | |||
| @@ -320,4 +320,5 @@ minutes, the connection is closed." | |||
| 320 | 320 | ||
| 321 | (provide 'gnus-demon) | 321 | (provide 'gnus-demon) |
| 322 | 322 | ||
| 323 | ;;; arch-tag: 8dd5cd3d-6ae4-46b4-9b15-f5fca09fd392 | ||
| 323 | ;;; gnus-demon.el ends here | 324 | ;;; gnus-demon.el ends here |
diff --git a/lisp/gnus/gnus-draft.el b/lisp/gnus/gnus-draft.el index 182f4b3ef05..8ce449b72f3 100644 --- a/lisp/gnus/gnus-draft.el +++ b/lisp/gnus/gnus-draft.el | |||
| @@ -221,4 +221,5 @@ | |||
| 221 | 221 | ||
| 222 | (provide 'gnus-draft) | 222 | (provide 'gnus-draft) |
| 223 | 223 | ||
| 224 | ;;; arch-tag: 3d92af58-8c97-4a5c-9db4-a98e85198022 | ||
| 224 | ;;; gnus-draft.el ends here | 225 | ;;; gnus-draft.el ends here |
diff --git a/lisp/gnus/gnus-dup.el b/lisp/gnus/gnus-dup.el index e148f4574bd..97a92ed36ee 100644 --- a/lisp/gnus/gnus-dup.el +++ b/lisp/gnus/gnus-dup.el | |||
| @@ -162,4 +162,5 @@ seen in the same session." | |||
| 162 | 162 | ||
| 163 | (provide 'gnus-dup) | 163 | (provide 'gnus-dup) |
| 164 | 164 | ||
| 165 | ;;; arch-tag: 903e94db-7b00-4d19-83ee-cf34a81fa5fb | ||
| 165 | ;;; gnus-dup.el ends here | 166 | ;;; gnus-dup.el ends here |
diff --git a/lisp/gnus/gnus-eform.el b/lisp/gnus/gnus-eform.el index 9fe72420fc3..e4c581b3d03 100644 --- a/lisp/gnus/gnus-eform.el +++ b/lisp/gnus/gnus-eform.el | |||
| @@ -128,4 +128,5 @@ of the buffer." | |||
| 128 | 128 | ||
| 129 | (provide 'gnus-eform) | 129 | (provide 'gnus-eform) |
| 130 | 130 | ||
| 131 | ;;; arch-tag: ef50678c-2c28-49ef-affc-e53b3b2c0bf6 | ||
| 131 | ;;; gnus-eform.el ends here | 132 | ;;; gnus-eform.el ends here |
diff --git a/lisp/gnus/gnus-ems.el b/lisp/gnus/gnus-ems.el index b52c0f75231..10fdb2dc7be 100644 --- a/lisp/gnus/gnus-ems.el +++ b/lisp/gnus/gnus-ems.el | |||
| @@ -267,4 +267,5 @@ for XEmacs." | |||
| 267 | 267 | ||
| 268 | (provide 'gnus-ems) | 268 | (provide 'gnus-ems) |
| 269 | 269 | ||
| 270 | ;;; arch-tag: e7360b45-14b5-4171-aa39-69a44aed3cdb | ||
| 270 | ;;; gnus-ems.el ends here | 271 | ;;; gnus-ems.el ends here |
diff --git a/lisp/gnus/gnus-gl.el b/lisp/gnus/gnus-gl.el index a17e0ce9193..4b6fb257a25 100644 --- a/lisp/gnus/gnus-gl.el +++ b/lisp/gnus/gnus-gl.el | |||
| @@ -856,4 +856,5 @@ If prefix argument ALL is non-nil, all articles are marked as read." | |||
| 856 | 856 | ||
| 857 | (provide 'gnus-gl) | 857 | (provide 'gnus-gl) |
| 858 | 858 | ||
| 859 | ;;; arch-tag: 6f1bab2c-c2a3-4764-9ef6-0714cd5902a4 | ||
| 859 | ;;; gnus-gl.el ends here | 860 | ;;; gnus-gl.el ends here |
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 73733cc4f13..bf31115a1cf 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el | |||
| @@ -3822,4 +3822,5 @@ This command may read the active file." | |||
| 3822 | 3822 | ||
| 3823 | (provide 'gnus-group) | 3823 | (provide 'gnus-group) |
| 3824 | 3824 | ||
| 3825 | ;;; arch-tag: 2eb5440f-0bca-4091-814c-e37817536af6 | ||
| 3825 | ;;; gnus-group.el ends here | 3826 | ;;; gnus-group.el ends here |
diff --git a/lisp/gnus/gnus-int.el b/lisp/gnus/gnus-int.el index a0ecd934255..89961281bbe 100644 --- a/lisp/gnus/gnus-int.el +++ b/lisp/gnus/gnus-int.el | |||
| @@ -539,4 +539,5 @@ If GROUP is nil, all groups on GNUS-COMMAND-METHOD are scanned." | |||
| 539 | 539 | ||
| 540 | (provide 'gnus-int) | 540 | (provide 'gnus-int) |
| 541 | 541 | ||
| 542 | ;;; arch-tag: bbc90087-9b7f-4017-a92c-3abf180ac86d | ||
| 542 | ;;; gnus-int.el ends here | 543 | ;;; gnus-int.el ends here |
diff --git a/lisp/gnus/gnus-kill.el b/lisp/gnus/gnus-kill.el index dfed2898ca5..73ea066617b 100644 --- a/lisp/gnus/gnus-kill.el +++ b/lisp/gnus/gnus-kill.el | |||
| @@ -715,4 +715,5 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score" | |||
| 715 | 715 | ||
| 716 | (provide 'gnus-kill) | 716 | (provide 'gnus-kill) |
| 717 | 717 | ||
| 718 | ;;; arch-tag: b30c0f53-df1a-490b-b81e-17b13474f395 | ||
| 718 | ;;; gnus-kill.el ends here | 719 | ;;; gnus-kill.el ends here |
diff --git a/lisp/gnus/gnus-logic.el b/lisp/gnus/gnus-logic.el index 9d2c009219f..28704b205e6 100644 --- a/lisp/gnus/gnus-logic.el +++ b/lisp/gnus/gnus-logic.el | |||
| @@ -227,4 +227,5 @@ | |||
| 227 | 227 | ||
| 228 | (provide 'gnus-logic) | 228 | (provide 'gnus-logic) |
| 229 | 229 | ||
| 230 | ;;; arch-tag: 9651a100-4a59-4b69-a55b-e511e67c0f8d | ||
| 230 | ;;; gnus-logic.el ends here | 231 | ;;; gnus-logic.el ends here |
diff --git a/lisp/gnus/gnus-mh.el b/lisp/gnus/gnus-mh.el index dd54c8134df..454feeb40c4 100644 --- a/lisp/gnus/gnus-mh.el +++ b/lisp/gnus/gnus-mh.el | |||
| @@ -108,4 +108,5 @@ Otherwise, it is like +news/group." | |||
| 108 | 108 | ||
| 109 | (provide 'gnus-mh) | 109 | (provide 'gnus-mh) |
| 110 | 110 | ||
| 111 | ;;; arch-tag: 2d5696d3-b363-48e5-8749-c256be56acca | ||
| 111 | ;;; gnus-mh.el ends here | 112 | ;;; gnus-mh.el ends here |
diff --git a/lisp/gnus/gnus-ml.el b/lisp/gnus/gnus-ml.el index 156250e7f84..f99957971a8 100644 --- a/lisp/gnus/gnus-ml.el +++ b/lisp/gnus/gnus-ml.el | |||
| @@ -179,4 +179,5 @@ | |||
| 179 | 179 | ||
| 180 | (provide 'gnus-ml) | 180 | (provide 'gnus-ml) |
| 181 | 181 | ||
| 182 | ;;; arch-tag: 936c0fe6-acce-4c16-87d0-eded88078896 | ||
| 182 | ;;; gnus-ml.el ends here | 183 | ;;; gnus-ml.el ends here |
diff --git a/lisp/gnus/gnus-mlspl.el b/lisp/gnus/gnus-mlspl.el index 9fd4d2b6692..6b63a19707d 100644 --- a/lisp/gnus/gnus-mlspl.el +++ b/lisp/gnus/gnus-mlspl.el | |||
| @@ -230,4 +230,5 @@ Calling (gnus-group-split-fancy nil nil \"mail.misc\") returns: | |||
| 230 | 230 | ||
| 231 | (provide 'gnus-mlspl) | 231 | (provide 'gnus-mlspl) |
| 232 | 232 | ||
| 233 | ;;; arch-tag: 62b3381f-1e45-4b61-be1a-29fb27703322 | ||
| 233 | ;;; gnus-mlspl.el ends here | 234 | ;;; gnus-mlspl.el ends here |
diff --git a/lisp/gnus/gnus-move.el b/lisp/gnus/gnus-move.el index 36839c8d07e..25ed57b75ba 100644 --- a/lisp/gnus/gnus-move.el +++ b/lisp/gnus/gnus-move.el | |||
| @@ -182,4 +182,5 @@ Update the .newsrc.eld file to reflect the change of nntp server." | |||
| 182 | 182 | ||
| 183 | (provide 'gnus-move) | 183 | (provide 'gnus-move) |
| 184 | 184 | ||
| 185 | ;;; arch-tag: 503742b8-7d66-4d79-bb31-4a698070707b | ||
| 185 | ;;; gnus-move.el ends here | 186 | ;;; gnus-move.el ends here |
diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index 528789b6fe6..6a77c283661 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el | |||
| @@ -1311,4 +1311,5 @@ this is a reply." | |||
| 1311 | 1311 | ||
| 1312 | (provide 'gnus-msg) | 1312 | (provide 'gnus-msg) |
| 1313 | 1313 | ||
| 1314 | ;;; arch-tag: 9f22b2f5-1c0a-49de-916e-4c88e984852b | ||
| 1314 | ;;; gnus-msg.el ends here | 1315 | ;;; gnus-msg.el ends here |
diff --git a/lisp/gnus/gnus-mule.el b/lisp/gnus/gnus-mule.el index 9c1117b2199..835311d0ea2 100644 --- a/lisp/gnus/gnus-mule.el +++ b/lisp/gnus/gnus-mule.el | |||
| @@ -71,4 +71,5 @@ rather than using this function." | |||
| 71 | 71 | ||
| 72 | (provide 'gnus-mule) | 72 | (provide 'gnus-mule) |
| 73 | 73 | ||
| 74 | ;;; arch-tag: 525e6b69-85de-4dfc-9dbb-764c795d63af | ||
| 74 | ;;; gnus-mule.el ends here | 75 | ;;; gnus-mule.el ends here |
diff --git a/lisp/gnus/gnus-nocem.el b/lisp/gnus/gnus-nocem.el index 9b76ede9856..5ccb92b70e7 100644 --- a/lisp/gnus/gnus-nocem.el +++ b/lisp/gnus/gnus-nocem.el | |||
| @@ -386,4 +386,5 @@ valid issuer, which is much faster if you are selective about the issuers." | |||
| 386 | 386 | ||
| 387 | (provide 'gnus-nocem) | 387 | (provide 'gnus-nocem) |
| 388 | 388 | ||
| 389 | ;;; arch-tag: 0e0c74ea-2f8e-4f3e-8fff-09f767c1adef | ||
| 389 | ;;; gnus-nocem.el ends here | 390 | ;;; gnus-nocem.el ends here |
diff --git a/lisp/gnus/gnus-range.el b/lisp/gnus/gnus-range.el index 9994be1e8c4..b31fc673bb8 100644 --- a/lisp/gnus/gnus-range.el +++ b/lisp/gnus/gnus-range.el | |||
| @@ -389,4 +389,5 @@ modified." | |||
| 389 | 389 | ||
| 390 | (provide 'gnus-range) | 390 | (provide 'gnus-range) |
| 391 | 391 | ||
| 392 | ;;; arch-tag: 4780bdd8-5a15-4aff-be28-18727895b6ad | ||
| 392 | ;;; gnus-range.el ends here | 393 | ;;; gnus-range.el ends here |
diff --git a/lisp/gnus/gnus-salt.el b/lisp/gnus/gnus-salt.el index dd2aa1f9d06..a2c8d0609fb 100644 --- a/lisp/gnus/gnus-salt.el +++ b/lisp/gnus/gnus-salt.el | |||
| @@ -1037,4 +1037,5 @@ The following commands are available: | |||
| 1037 | 1037 | ||
| 1038 | (provide 'gnus-salt) | 1038 | (provide 'gnus-salt) |
| 1039 | 1039 | ||
| 1040 | ;;; arch-tag: 35449164-77b3-4398-bcbd-a2e3e998f810 | ||
| 1040 | ;;; gnus-salt.el ends here | 1041 | ;;; gnus-salt.el ends here |
diff --git a/lisp/gnus/gnus-score.el b/lisp/gnus/gnus-score.el index 997d3b04274..0623d1bd8f1 100644 --- a/lisp/gnus/gnus-score.el +++ b/lisp/gnus/gnus-score.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; gnus-score.el --- scoring code for Gnus | 1 | ;;; gnus-score.el --- scoring code for Gnus |
| 2 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001 | 2 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2004 |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Per Abrahamsen <amanda@iesd.auc.dk> | 5 | ;; Author: Per Abrahamsen <amanda@iesd.auc.dk> |
| @@ -616,7 +616,7 @@ used as score." | |||
| 616 | (gnus-score-insert-help "Match permanence" char-to-perm 2))) | 616 | (gnus-score-insert-help "Match permanence" char-to-perm 2))) |
| 617 | 617 | ||
| 618 | (gnus-score-kill-help-buffer) | 618 | (gnus-score-kill-help-buffer) |
| 619 | (if mimic (message "%c %c %c" prefix hchar tchar pchar) | 619 | (if mimic (message "%c %c %c %c" prefix hchar tchar pchar) |
| 620 | (message "")) | 620 | (message "")) |
| 621 | (unless (setq temporary (cadr (assq pchar char-to-perm))) | 621 | (unless (setq temporary (cadr (assq pchar char-to-perm))) |
| 622 | ;; Deal with der(r)ided superannuated paradigms. | 622 | ;; Deal with der(r)ided superannuated paradigms. |
| @@ -2961,4 +2961,5 @@ See `(Gnus)Scoring Tips' for examples of good regular expressions." | |||
| 2961 | 2961 | ||
| 2962 | (provide 'gnus-score) | 2962 | (provide 'gnus-score) |
| 2963 | 2963 | ||
| 2964 | ;;; arch-tag: d3922589-764d-46ae-9954-9330fd192634 | ||
| 2964 | ;;; gnus-score.el ends here | 2965 | ;;; gnus-score.el ends here |
diff --git a/lisp/gnus/gnus-setup.el b/lisp/gnus/gnus-setup.el index 54c5b1b38ce..1c8bb7c0f9e 100644 --- a/lisp/gnus/gnus-setup.el +++ b/lisp/gnus/gnus-setup.el | |||
| @@ -191,4 +191,5 @@ score the alt hierarchy, you'd say \"!alt.all\"." t nil)) | |||
| 191 | 191 | ||
| 192 | (run-hooks 'gnus-setup-load-hook) | 192 | (run-hooks 'gnus-setup-load-hook) |
| 193 | 193 | ||
| 194 | ;;; arch-tag: 08e4af93-8565-46bf-905c-36229400609d | ||
| 194 | ;;; gnus-setup.el ends here | 195 | ;;; gnus-setup.el ends here |
diff --git a/lisp/gnus/gnus-soup.el b/lisp/gnus/gnus-soup.el index 1f430686948..c02e23e9eae 100644 --- a/lisp/gnus/gnus-soup.el +++ b/lisp/gnus/gnus-soup.el | |||
| @@ -573,4 +573,5 @@ Return whether the unpacking was successful." | |||
| 573 | 573 | ||
| 574 | (provide 'gnus-soup) | 574 | (provide 'gnus-soup) |
| 575 | 575 | ||
| 576 | ;;; arch-tag: eddfa69d-13e8-4aea-84ef-62a526ef185c | ||
| 576 | ;;; gnus-soup.el ends here | 577 | ;;; gnus-soup.el ends here |
diff --git a/lisp/gnus/gnus-spec.el b/lisp/gnus/gnus-spec.el index 57c9997d26b..9daf599c076 100644 --- a/lisp/gnus/gnus-spec.el +++ b/lisp/gnus/gnus-spec.el | |||
| @@ -553,4 +553,5 @@ If PROPS, insert the result." | |||
| 553 | ;; coding: iso-8859-1 | 553 | ;; coding: iso-8859-1 |
| 554 | ;; End: | 554 | ;; End: |
| 555 | 555 | ||
| 556 | ;;; arch-tag: a4328fa1-1f84-4b09-97ad-4b5767cfd50f | ||
| 556 | ;;; gnus-spec.el ends here | 557 | ;;; gnus-spec.el ends here |
diff --git a/lisp/gnus/gnus-srvr.el b/lisp/gnus/gnus-srvr.el index db638fcc2c9..31ad693a544 100644 --- a/lisp/gnus/gnus-srvr.el +++ b/lisp/gnus/gnus-srvr.el | |||
| @@ -808,4 +808,5 @@ buffer. | |||
| 808 | 808 | ||
| 809 | (provide 'gnus-srvr) | 809 | (provide 'gnus-srvr) |
| 810 | 810 | ||
| 811 | ;;; arch-tag: c0117f64-27ca-475d-9406-8da6854c7a25 | ||
| 811 | ;;; gnus-srvr.el ends here | 812 | ;;; gnus-srvr.el ends here |
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index 6b06d40d3f2..07d901fdac5 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el | |||
| @@ -2669,4 +2669,5 @@ If this variable is nil, don't do anything." | |||
| 2669 | 2669 | ||
| 2670 | (provide 'gnus-start) | 2670 | (provide 'gnus-start) |
| 2671 | 2671 | ||
| 2672 | ;;; arch-tag: f4584a22-b7b7-4853-abfc-a637329af5d2 | ||
| 2672 | ;;; gnus-start.el ends here | 2673 | ;;; gnus-start.el ends here |
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index e1c9ddd23aa..c7842e96c18 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el | |||
| @@ -9900,4 +9900,5 @@ returned." | |||
| 9900 | 9900 | ||
| 9901 | (run-hooks 'gnus-sum-load-hook) | 9901 | (run-hooks 'gnus-sum-load-hook) |
| 9902 | 9902 | ||
| 9903 | ;;; arch-tag: 17c6748f-6d00-4d36-bf01-835c42f31235 | ||
| 9903 | ;;; gnus-sum.el ends here | 9904 | ;;; gnus-sum.el ends here |
diff --git a/lisp/gnus/gnus-topic.el b/lisp/gnus/gnus-topic.el index 521269e6e9e..ce5c381f72c 100644 --- a/lisp/gnus/gnus-topic.el +++ b/lisp/gnus/gnus-topic.el | |||
| @@ -1616,4 +1616,5 @@ If REVERSE, reverse the sorting order." | |||
| 1616 | 1616 | ||
| 1617 | (provide 'gnus-topic) | 1617 | (provide 'gnus-topic) |
| 1618 | 1618 | ||
| 1619 | ;;; arch-tag: bf176856-f30c-40f0-ae77-e41529a1134c | ||
| 1619 | ;;; gnus-topic.el ends here | 1620 | ;;; gnus-topic.el ends here |
diff --git a/lisp/gnus/gnus-undo.el b/lisp/gnus/gnus-undo.el index 7dd333f1c93..e812e032f46 100644 --- a/lisp/gnus/gnus-undo.el +++ b/lisp/gnus/gnus-undo.el | |||
| @@ -192,4 +192,5 @@ A numeric argument serves as a repeat count." | |||
| 192 | 192 | ||
| 193 | (provide 'gnus-undo) | 193 | (provide 'gnus-undo) |
| 194 | 194 | ||
| 195 | ;;; arch-tag: 0d787bc7-787d-499a-837f-211d2cb07f2e | ||
| 195 | ;;; gnus-undo.el ends here | 196 | ;;; gnus-undo.el ends here |
diff --git a/lisp/gnus/gnus-util.el b/lisp/gnus/gnus-util.el index fa2f2a0eccb..ca46e52fc30 100644 --- a/lisp/gnus/gnus-util.el +++ b/lisp/gnus/gnus-util.el | |||
| @@ -1010,4 +1010,5 @@ If you find some problem with the directory separator character, try | |||
| 1010 | 1010 | ||
| 1011 | (provide 'gnus-util) | 1011 | (provide 'gnus-util) |
| 1012 | 1012 | ||
| 1013 | ;;; arch-tag: f94991af-d32b-4c97-8c26-ca12a934de49 | ||
| 1013 | ;;; gnus-util.el ends here | 1014 | ;;; gnus-util.el ends here |
diff --git a/lisp/gnus/gnus-uu.el b/lisp/gnus/gnus-uu.el index e92a7686763..55beb8eb263 100644 --- a/lisp/gnus/gnus-uu.el +++ b/lisp/gnus/gnus-uu.el | |||
| @@ -2134,4 +2134,5 @@ If no file has been included, the user will be asked for a file." | |||
| 2134 | 2134 | ||
| 2135 | (provide 'gnus-uu) | 2135 | (provide 'gnus-uu) |
| 2136 | 2136 | ||
| 2137 | ;;; arch-tag: 05312384-0a83-4720-9a58-b3160b888853 | ||
| 2137 | ;;; gnus-uu.el ends here | 2138 | ;;; gnus-uu.el ends here |
diff --git a/lisp/gnus/gnus-vm.el b/lisp/gnus/gnus-vm.el index 9024926e441..36925fdff91 100644 --- a/lisp/gnus/gnus-vm.el +++ b/lisp/gnus/gnus-vm.el | |||
| @@ -105,4 +105,5 @@ save those articles instead." | |||
| 105 | 105 | ||
| 106 | (provide 'gnus-vm) | 106 | (provide 'gnus-vm) |
| 107 | 107 | ||
| 108 | ;;; arch-tag: 42ca7f88-a12f-461d-be3e-cac7efb44866 | ||
| 108 | ;;; gnus-vm.el ends here | 109 | ;;; gnus-vm.el ends here |
diff --git a/lisp/gnus/gnus-win.el b/lisp/gnus/gnus-win.el index a7d424414da..fa082e7c1d0 100644 --- a/lisp/gnus/gnus-win.el +++ b/lisp/gnus/gnus-win.el | |||
| @@ -552,4 +552,5 @@ should have point." | |||
| 552 | 552 | ||
| 553 | (provide 'gnus-win) | 553 | (provide 'gnus-win) |
| 554 | 554 | ||
| 555 | ;;; arch-tag: ccd5a394-2ddf-4397-b8f8-6d80d3e46e2b | ||
| 555 | ;;; gnus-win.el ends here | 556 | ;;; gnus-win.el ends here |
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 9ce98cd05ac..97a8d8587cf 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el | |||
| @@ -2950,4 +2950,5 @@ prompt the user for the name of an NNTP server to use." | |||
| 2950 | 2950 | ||
| 2951 | (provide 'gnus) | 2951 | (provide 'gnus) |
| 2952 | 2952 | ||
| 2953 | ;;; arch-tag: acebeeab-f331-4f8f-a7ea-89c58c84f636 | ||
| 2953 | ;;; gnus.el ends here | 2954 | ;;; gnus.el ends here |
diff --git a/lisp/gnus/ietf-drums.el b/lisp/gnus/ietf-drums.el index 1dc3cc7691f..a6e118ab5cf 100644 --- a/lisp/gnus/ietf-drums.el +++ b/lisp/gnus/ietf-drums.el | |||
| @@ -248,4 +248,5 @@ backslash and doublequote.") | |||
| 248 | 248 | ||
| 249 | (provide 'ietf-drums) | 249 | (provide 'ietf-drums) |
| 250 | 250 | ||
| 251 | ;;; arch-tag: 379a0191-dbae-4ca6-a0f5-d4202c209ef9 | ||
| 251 | ;;; ietf-drums.el ends here | 252 | ;;; ietf-drums.el ends here |
diff --git a/lisp/gnus/imap.el b/lisp/gnus/imap.el index b6cb9a7fe0b..0fe3ed88501 100644 --- a/lisp/gnus/imap.el +++ b/lisp/gnus/imap.el | |||
| @@ -2603,4 +2603,5 @@ Return nil if no complete line has arrived." | |||
| 2603 | 2603 | ||
| 2604 | (provide 'imap) | 2604 | (provide 'imap) |
| 2605 | 2605 | ||
| 2606 | ;;; arch-tag: 27369ed6-33e4-482f-96f1-8bb906ba70f7 | ||
| 2606 | ;;; imap.el ends here | 2607 | ;;; imap.el ends here |
diff --git a/lisp/gnus/mail-parse.el b/lisp/gnus/mail-parse.el index 13ecd48fac6..3d0394c43e5 100644 --- a/lisp/gnus/mail-parse.el +++ b/lisp/gnus/mail-parse.el | |||
| @@ -67,4 +67,5 @@ | |||
| 67 | 67 | ||
| 68 | (provide 'mail-parse) | 68 | (provide 'mail-parse) |
| 69 | 69 | ||
| 70 | ;;; arch-tag: 3e63d75c-c962-4784-ab01-7ba07ca9d2d4 | ||
| 70 | ;;; mail-parse.el ends here | 71 | ;;; mail-parse.el ends here |
diff --git a/lisp/gnus/mail-prsvr.el b/lisp/gnus/mail-prsvr.el index a22accf11b0..16dd50f4f07 100644 --- a/lisp/gnus/mail-prsvr.el +++ b/lisp/gnus/mail-prsvr.el | |||
| @@ -41,4 +41,5 @@ what the desired charsets is to be ignored.") | |||
| 41 | 41 | ||
| 42 | (provide 'mail-prsvr) | 42 | (provide 'mail-prsvr) |
| 43 | 43 | ||
| 44 | ;;; arch-tag: 9ba878cc-8b43-4f7a-85b1-69b1a9a5d9f5 | ||
| 44 | ;;; mail-prsvr.el ends here | 45 | ;;; mail-prsvr.el ends here |
diff --git a/lisp/gnus/mail-source.el b/lisp/gnus/mail-source.el index e9fc96087f1..334d2755053 100644 --- a/lisp/gnus/mail-source.el +++ b/lisp/gnus/mail-source.el | |||
| @@ -929,4 +929,5 @@ This only works when `display-time' is enabled." | |||
| 929 | 929 | ||
| 930 | (provide 'mail-source) | 930 | (provide 'mail-source) |
| 931 | 931 | ||
| 932 | ;;; arch-tag: 72948025-1d17-4d6c-bb12-ef1aa2c490fd | ||
| 932 | ;;; mail-source.el ends here | 933 | ;;; mail-source.el ends here |
diff --git a/lisp/gnus/mailcap.el b/lisp/gnus/mailcap.el index 4a029d812cc..1663bd3f5f8 100644 --- a/lisp/gnus/mailcap.el +++ b/lisp/gnus/mailcap.el | |||
| @@ -946,4 +946,5 @@ If FORCE, re-parse even if already parsed." | |||
| 946 | 946 | ||
| 947 | (provide 'mailcap) | 947 | (provide 'mailcap) |
| 948 | 948 | ||
| 949 | ;;; arch-tag: 1fd4f9c9-c305-4d2e-9747-3a4d45baa0bd | ||
| 949 | ;;; mailcap.el ends here | 950 | ;;; mailcap.el ends here |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 5aa9eabccdf..4c6284b6d85 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; message.el --- composing mail and news messages -*- coding: iso-latin-1 -*- | 1 | ;;; message.el --- composing mail and news messages -*- coding: iso-latin-1 -*- |
| 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 | 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004 |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| @@ -1531,7 +1531,10 @@ M-RET `message-newline-and-reformat' (break the line and reformat)." | |||
| 1531 | (set (make-local-variable 'message-mime-part) 0) | 1531 | (set (make-local-variable 'message-mime-part) 0) |
| 1532 | (message-setup-fill-variables) | 1532 | (message-setup-fill-variables) |
| 1533 | ;; Allow using comment commands to add/remove quoting. | 1533 | ;; Allow using comment commands to add/remove quoting. |
| 1534 | (set (make-local-variable 'comment-start) message-yank-prefix) | 1534 | (when message-yank-prefix |
| 1535 | (set (make-local-variable 'comment-start) message-yank-prefix) | ||
| 1536 | (set (make-local-variable 'comment-start-skip) | ||
| 1537 | (concat "^" (regexp-quote message-yank-prefix) "[ \t]*"))) | ||
| 1535 | ;;(when (fboundp 'mail-hist-define-keys) | 1538 | ;;(when (fboundp 'mail-hist-define-keys) |
| 1536 | ;; (mail-hist-define-keys)) | 1539 | ;; (mail-hist-define-keys)) |
| 1537 | (if (featurep 'xemacs) | 1540 | (if (featurep 'xemacs) |
| @@ -4720,4 +4723,5 @@ regexp varstr." | |||
| 4720 | ;; coding: iso-8859-1 | 4723 | ;; coding: iso-8859-1 |
| 4721 | ;; End: | 4724 | ;; End: |
| 4722 | 4725 | ||
| 4726 | ;;; arch-tag: 94b32cac-4504-4b6c-8181-030ebf380ee0 | ||
| 4723 | ;;; message.el ends here | 4727 | ;;; message.el ends here |
diff --git a/lisp/gnus/messcompat.el b/lisp/gnus/messcompat.el index fc3d52cc23f..796b346c9d9 100644 --- a/lisp/gnus/messcompat.el +++ b/lisp/gnus/messcompat.el | |||
| @@ -91,4 +91,5 @@ variable `mail-header-separator'.") | |||
| 91 | 91 | ||
| 92 | (provide 'messcompat) | 92 | (provide 'messcompat) |
| 93 | 93 | ||
| 94 | ;;; arch-tag: a76673be-905e-4bbd-8966-615370494a7b | ||
| 94 | ;;; messcompat.el ends here | 95 | ;;; messcompat.el ends here |
diff --git a/lisp/gnus/mm-bodies.el b/lisp/gnus/mm-bodies.el index ab8ab1ccacb..b3c7e31bd8d 100644 --- a/lisp/gnus/mm-bodies.el +++ b/lisp/gnus/mm-bodies.el | |||
| @@ -229,4 +229,5 @@ The characters in CHARSET should then be decoded." | |||
| 229 | 229 | ||
| 230 | (provide 'mm-bodies) | 230 | (provide 'mm-bodies) |
| 231 | 231 | ||
| 232 | ;;; arch-tag: 41104bb6-4443-4ca9-8d5c-ff87ecf27d8d | ||
| 232 | ;;; mm-bodies.el ends here | 233 | ;;; mm-bodies.el ends here |
diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el index 201ed291b7b..8dab45c2bab 100644 --- a/lisp/gnus/mm-decode.el +++ b/lisp/gnus/mm-decode.el | |||
| @@ -850,4 +850,5 @@ external if displayed external." | |||
| 850 | 850 | ||
| 851 | (provide 'mm-decode) | 851 | (provide 'mm-decode) |
| 852 | 852 | ||
| 853 | ;;; arch-tag: 4f35d360-56b8-4030-9388-3ed82d359b9b | ||
| 853 | ;;; mm-decode.el ends here | 854 | ;;; mm-decode.el ends here |
diff --git a/lisp/gnus/mm-encode.el b/lisp/gnus/mm-encode.el index 0d585a651a5..dd6974a7090 100644 --- a/lisp/gnus/mm-encode.el +++ b/lisp/gnus/mm-encode.el | |||
| @@ -172,4 +172,5 @@ The encoding used is returned." | |||
| 172 | 172 | ||
| 173 | (provide 'mm-encode) | 173 | (provide 'mm-encode) |
| 174 | 174 | ||
| 175 | ;;; arch-tag: 7d01bba4-d469-4851-952b-dc863f84ed66 | ||
| 175 | ;;; mm-encode.el ends here | 176 | ;;; mm-encode.el ends here |
diff --git a/lisp/gnus/mm-partial.el b/lisp/gnus/mm-partial.el index 3598d5fa691..f424062130b 100644 --- a/lisp/gnus/mm-partial.el +++ b/lisp/gnus/mm-partial.el | |||
| @@ -149,4 +149,5 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing." | |||
| 149 | (error nil)) | 149 | (error nil)) |
| 150 | (delete-region ,(point-min-marker) ,(point-max-marker)))))))))) | 150 | (delete-region ,(point-min-marker) ,(point-max-marker)))))))))) |
| 151 | 151 | ||
| 152 | ;;; arch-tag: 460e7424-05f2-4a1d-a0f2-70ec081eff7d | ||
| 152 | ;;; mm-partial.el ends here | 153 | ;;; mm-partial.el ends here |
diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el index 421a2204d12..a64e9d1cb50 100644 --- a/lisp/gnus/mm-util.el +++ b/lisp/gnus/mm-util.el | |||
| @@ -424,7 +424,7 @@ If the charset is `composition', return the actual one." | |||
| 424 | (mm-mule-charset-to-mime-charset charset))) | 424 | (mm-mule-charset-to-mime-charset charset))) |
| 425 | 425 | ||
| 426 | (defun mm-delete-duplicates (list) | 426 | (defun mm-delete-duplicates (list) |
| 427 | "Simple substitute for CL `delete-duplicates', testing with `equal'." | 427 | "Simple substitute for CL `delete-duplicates', testing with `equal'." |
| 428 | (let (result head) | 428 | (let (result head) |
| 429 | (while list | 429 | (while list |
| 430 | (setq head (car list)) | 430 | (setq head (car list)) |
| @@ -670,4 +670,5 @@ If INHIBIT is non-nil, inhibit mm-inhibit-file-name-handlers." | |||
| 670 | 670 | ||
| 671 | (provide 'mm-util) | 671 | (provide 'mm-util) |
| 672 | 672 | ||
| 673 | ;;; arch-tag: 94dc5388-825d-4fd1-bfa5-2100aa351238 | ||
| 673 | ;;; mm-util.el ends here | 674 | ;;; mm-util.el ends here |
diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el index a9609a72216..671f9550525 100644 --- a/lisp/gnus/mm-uu.el +++ b/lisp/gnus/mm-uu.el | |||
| @@ -247,4 +247,5 @@ To disable dissecting shar codes, for instance, add | |||
| 247 | 247 | ||
| 248 | (provide 'mm-uu) | 248 | (provide 'mm-uu) |
| 249 | 249 | ||
| 250 | ;;; arch-tag: 7db076bf-53db-4320-aa19-ca76a1d2ab2c | ||
| 250 | ;;; mm-uu.el ends here | 251 | ;;; mm-uu.el ends here |
diff --git a/lisp/gnus/mm-view.el b/lisp/gnus/mm-view.el index 02827262a84..f7dfdb60f02 100644 --- a/lisp/gnus/mm-view.el +++ b/lisp/gnus/mm-view.el | |||
| @@ -303,4 +303,5 @@ | |||
| 303 | 303 | ||
| 304 | (provide 'mm-view) | 304 | (provide 'mm-view) |
| 305 | 305 | ||
| 306 | ;;; arch-tag: b60e749a-d05c-47f2-bccd-bdaa59327cb2 | ||
| 306 | ;;; mm-view.el ends here | 307 | ;;; mm-view.el ends here |
diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el index 2dd4cd43f29..8b1e4b63e55 100644 --- a/lisp/gnus/mml.el +++ b/lisp/gnus/mml.el | |||
| @@ -867,4 +867,5 @@ If RAW, don't highlight the article." | |||
| 867 | 867 | ||
| 868 | (provide 'mml) | 868 | (provide 'mml) |
| 869 | 869 | ||
| 870 | ;;; arch-tag: 583c96cf-1ffe-451b-a5e5-4733ae9ddd12 | ||
| 870 | ;;; mml.el ends here | 871 | ;;; mml.el ends here |
diff --git a/lisp/gnus/nnagent.el b/lisp/gnus/nnagent.el index 8cc48f15f6b..653f89c9d99 100644 --- a/lisp/gnus/nnagent.el +++ b/lisp/gnus/nnagent.el | |||
| @@ -201,4 +201,5 @@ | |||
| 201 | 201 | ||
| 202 | (provide 'nnagent) | 202 | (provide 'nnagent) |
| 203 | 203 | ||
| 204 | ;;; arch-tag: af710b77-f816-4969-af31-6fd94fb42245 | ||
| 204 | ;;; nnagent.el ends here | 205 | ;;; nnagent.el ends here |
diff --git a/lisp/gnus/nnbabyl.el b/lisp/gnus/nnbabyl.el index 4dd06ea632b..b3b67da5cbd 100644 --- a/lisp/gnus/nnbabyl.el +++ b/lisp/gnus/nnbabyl.el | |||
| @@ -660,4 +660,5 @@ | |||
| 660 | 660 | ||
| 661 | (provide 'nnbabyl) | 661 | (provide 'nnbabyl) |
| 662 | 662 | ||
| 663 | ;;; arch-tag: aa7ddedb-8c07-4c0e-beb0-58e795c2b81b | ||
| 663 | ;;; nnbabyl.el ends here | 664 | ;;; nnbabyl.el ends here |
diff --git a/lisp/gnus/nndir.el b/lisp/gnus/nndir.el index f1a6635c69e..b72a152368f 100644 --- a/lisp/gnus/nndir.el +++ b/lisp/gnus/nndir.el | |||
| @@ -98,4 +98,5 @@ | |||
| 98 | 98 | ||
| 99 | (provide 'nndir) | 99 | (provide 'nndir) |
| 100 | 100 | ||
| 101 | ;;; arch-tag: 56f09f68-0e4e-4816-818a-df80b4a394c8 | ||
| 101 | ;;; nndir.el ends here | 102 | ;;; nndir.el ends here |
diff --git a/lisp/gnus/nndoc.el b/lisp/gnus/nndoc.el index 3d28f8ea716..85f13d9372d 100644 --- a/lisp/gnus/nndoc.el +++ b/lisp/gnus/nndoc.el | |||
| @@ -993,4 +993,5 @@ symbol in the alist." | |||
| 993 | 993 | ||
| 994 | (provide 'nndoc) | 994 | (provide 'nndoc) |
| 995 | 995 | ||
| 996 | ;;; arch-tag: f5c2970e-0387-47ac-a0b3-6cc317dffabe | ||
| 996 | ;;; nndoc.el ends here | 997 | ;;; nndoc.el ends here |
diff --git a/lisp/gnus/nndraft.el b/lisp/gnus/nndraft.el index 1d320a55292..517f08aacf4 100644 --- a/lisp/gnus/nndraft.el +++ b/lisp/gnus/nndraft.el | |||
| @@ -264,4 +264,5 @@ | |||
| 264 | 264 | ||
| 265 | (provide 'nndraft) | 265 | (provide 'nndraft) |
| 266 | 266 | ||
| 267 | ;;; arch-tag: 3ce26ca0-41cb-48b1-8703-4dad35e188aa | ||
| 267 | ;;; nndraft.el ends here | 268 | ;;; nndraft.el ends here |
diff --git a/lisp/gnus/nneething.el b/lisp/gnus/nneething.el index 70c5fcea2c0..715c3d890c4 100644 --- a/lisp/gnus/nneething.el +++ b/lisp/gnus/nneething.el | |||
| @@ -370,4 +370,5 @@ included.") | |||
| 370 | 370 | ||
| 371 | (provide 'nneething) | 371 | (provide 'nneething) |
| 372 | 372 | ||
| 373 | ;;; arch-tag: 1277f386-88f2-4459-bb24-f3f45962a6c5 | ||
| 373 | ;;; nneething.el ends here | 374 | ;;; nneething.el ends here |
diff --git a/lisp/gnus/nnfolder.el b/lisp/gnus/nnfolder.el index b054d817449..b4699c4e5be 100644 --- a/lisp/gnus/nnfolder.el +++ b/lisp/gnus/nnfolder.el | |||
| @@ -901,4 +901,5 @@ This command does not work if you use short group names." | |||
| 901 | 901 | ||
| 902 | (provide 'nnfolder) | 902 | (provide 'nnfolder) |
| 903 | 903 | ||
| 904 | ;;; arch-tag: a040d0f4-4f4e-445f-8972-839575c5f7e6 | ||
| 904 | ;;; nnfolder.el ends here | 905 | ;;; nnfolder.el ends here |
diff --git a/lisp/gnus/nngateway.el b/lisp/gnus/nngateway.el index 65bd2cc81c2..8d8d4f900a9 100644 --- a/lisp/gnus/nngateway.el +++ b/lisp/gnus/nngateway.el | |||
| @@ -90,4 +90,5 @@ parameter -- the gateway address.") | |||
| 90 | 90 | ||
| 91 | (provide 'nngateway) | 91 | (provide 'nngateway) |
| 92 | 92 | ||
| 93 | ;;; arch-tag: f7ecb92e-b10c-43d5-9a9b-1314233341fc | ||
| 93 | ;;; nngateway.el ends here | 94 | ;;; nngateway.el ends here |
diff --git a/lisp/gnus/nnheader.el b/lisp/gnus/nnheader.el index 53ab2d88ebb..bfe50364e62 100644 --- a/lisp/gnus/nnheader.el +++ b/lisp/gnus/nnheader.el | |||
| @@ -925,4 +925,5 @@ find-file-hooks, etc. | |||
| 925 | 925 | ||
| 926 | (provide 'nnheader) | 926 | (provide 'nnheader) |
| 927 | 927 | ||
| 928 | ;;; arch-tag: a9c4b7d9-52ae-4ec9-b196-dfd93124d202 | ||
| 928 | ;;; nnheader.el ends here | 929 | ;;; nnheader.el ends here |
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 145fd994364..02cb87af28b 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el | |||
| @@ -1383,4 +1383,5 @@ sure of changing the value of `foo'." | |||
| 1383 | 1383 | ||
| 1384 | (provide 'nnimap) | 1384 | (provide 'nnimap) |
| 1385 | 1385 | ||
| 1386 | ;;; arch-tag: 2b001f20-3ff9-4094-a0ad-46807c1ba70b | ||
| 1386 | ;;; nnimap.el ends here | 1387 | ;;; nnimap.el ends here |
diff --git a/lisp/gnus/nnkiboze.el b/lisp/gnus/nnkiboze.el index 58157c0f3ae..1cd1d1d1789 100644 --- a/lisp/gnus/nnkiboze.el +++ b/lisp/gnus/nnkiboze.el | |||
| @@ -387,4 +387,5 @@ Finds out what articles are to be part of the nnkiboze groups." | |||
| 387 | 387 | ||
| 388 | (provide 'nnkiboze) | 388 | (provide 'nnkiboze) |
| 389 | 389 | ||
| 390 | ;;; arch-tag: 66068271-bdc9-4801-bcde-779702e73a05 | ||
| 390 | ;;; nnkiboze.el ends here | 391 | ;;; nnkiboze.el ends here |
diff --git a/lisp/gnus/nnlistserv.el b/lisp/gnus/nnlistserv.el index bc5991c05fc..b6ce46c82f2 100644 --- a/lisp/gnus/nnlistserv.el +++ b/lisp/gnus/nnlistserv.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; nnlistserv.el --- retrieving articles via web mailing list archives | 1 | ;;; nnlistserv.el --- retrieving articles via web mailing list archives |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2004 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news, mail | 6 | ;; Keywords: news, mail |
| @@ -127,7 +127,7 @@ | |||
| 127 | (nnweb-decode-entities) | 127 | (nnweb-decode-entities) |
| 128 | (while headers | 128 | (while headers |
| 129 | (goto-char (point-min)) | 129 | (goto-char (point-min)) |
| 130 | (re-search-forward (format "<!-- %s=\"\\([^\"]+\\)" (car headers) nil t)) | 130 | (re-search-forward (format "<!-- %s=\"\\([^\"]+\\)" (car headers)) nil t) |
| 131 | (set (pop headers) (match-string 1))) | 131 | (set (pop headers) (match-string 1))) |
| 132 | (goto-char (point-min)) | 132 | (goto-char (point-min)) |
| 133 | (search-forward "<!-- body" nil t) | 133 | (search-forward "<!-- body" nil t) |
| @@ -154,4 +154,5 @@ | |||
| 154 | 154 | ||
| 155 | (provide 'nnlistserv) | 155 | (provide 'nnlistserv) |
| 156 | 156 | ||
| 157 | ;;; arch-tag: 7705176f-d332-4a5e-a520-d0d319445617 | ||
| 157 | ;;; nnlistserv.el ends here | 158 | ;;; nnlistserv.el ends here |
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el index 99c856a702c..5153921a8da 100644 --- a/lisp/gnus/nnmail.el +++ b/lisp/gnus/nnmail.el | |||
| @@ -1746,4 +1746,5 @@ Doesn't change point." | |||
| 1746 | 1746 | ||
| 1747 | (provide 'nnmail) | 1747 | (provide 'nnmail) |
| 1748 | 1748 | ||
| 1749 | ;;; arch-tag: fe8f671a-50db-428a-bb5d-f00462f72ed7 | ||
| 1749 | ;;; nnmail.el ends here | 1750 | ;;; nnmail.el ends here |
diff --git a/lisp/gnus/nnmbox.el b/lisp/gnus/nnmbox.el index 8624fb3c376..099d82c3c29 100644 --- a/lisp/gnus/nnmbox.el +++ b/lisp/gnus/nnmbox.el | |||
| @@ -596,4 +596,5 @@ | |||
| 596 | 596 | ||
| 597 | (provide 'nnmbox) | 597 | (provide 'nnmbox) |
| 598 | 598 | ||
| 599 | ;;; arch-tag: 611dd95f-be37-413a-b3ae-8b059ba93659 | ||
| 599 | ;;; nnmbox.el ends here | 600 | ;;; nnmbox.el ends here |
diff --git a/lisp/gnus/nnmh.el b/lisp/gnus/nnmh.el index 27ff9f11f52..301a3492853 100644 --- a/lisp/gnus/nnmh.el +++ b/lisp/gnus/nnmh.el | |||
| @@ -578,4 +578,5 @@ as unread by Gnus.") | |||
| 578 | 578 | ||
| 579 | (provide 'nnmh) | 579 | (provide 'nnmh) |
| 580 | 580 | ||
| 581 | ;;; arch-tag: 36c12a98-3bad-44b3-9953-628078ef0e04 | ||
| 581 | ;;; nnmh.el ends here | 582 | ;;; nnmh.el ends here |
diff --git a/lisp/gnus/nnml.el b/lisp/gnus/nnml.el index ad7d040560a..90902f31aac 100644 --- a/lisp/gnus/nnml.el +++ b/lisp/gnus/nnml.el | |||
| @@ -827,4 +827,5 @@ all. This may very well take some time.") | |||
| 827 | 827 | ||
| 828 | (provide 'nnml) | 828 | (provide 'nnml) |
| 829 | 829 | ||
| 830 | ;;; arch-tag: 52c97dc3-9735-45de-b439-9e4d23b52004 | ||
| 830 | ;;; nnml.el ends here | 831 | ;;; nnml.el ends here |
diff --git a/lisp/gnus/nnoo.el b/lisp/gnus/nnoo.el index 272a247e221..f2baa64267b 100644 --- a/lisp/gnus/nnoo.el +++ b/lisp/gnus/nnoo.el | |||
| @@ -306,4 +306,5 @@ All functions will return nil and report an error." | |||
| 306 | backend function)))))))) | 306 | backend function)))))))) |
| 307 | (provide 'nnoo) | 307 | (provide 'nnoo) |
| 308 | 308 | ||
| 309 | ;;; arch-tag: 0196b5ed-6f34-4778-a455-73a971f837e7 | ||
| 309 | ;;; nnoo.el ends here | 310 | ;;; nnoo.el ends here |
diff --git a/lisp/gnus/nnslashdot.el b/lisp/gnus/nnslashdot.el index 45a3db8737c..b2730e561f4 100644 --- a/lisp/gnus/nnslashdot.el +++ b/lisp/gnus/nnslashdot.el | |||
| @@ -509,4 +509,5 @@ | |||
| 509 | 509 | ||
| 510 | (provide 'nnslashdot) | 510 | (provide 'nnslashdot) |
| 511 | 511 | ||
| 512 | ;;; arch-tag: aa73df7a-f7e6-4eef-bdea-5ce2f8c691b3 | ||
| 512 | ;;; nnslashdot.el ends here | 513 | ;;; nnslashdot.el ends here |
diff --git a/lisp/gnus/nnsoup.el b/lisp/gnus/nnsoup.el index eaa56aa934f..2e877190cea 100644 --- a/lisp/gnus/nnsoup.el +++ b/lisp/gnus/nnsoup.el | |||
| @@ -814,4 +814,5 @@ backend for the messages.") | |||
| 814 | 814 | ||
| 815 | (provide 'nnsoup) | 815 | (provide 'nnsoup) |
| 816 | 816 | ||
| 817 | ;;; arch-tag: b0451389-5703-4450-9425-f66f6b38c828 | ||
| 817 | ;;; nnsoup.el ends here | 818 | ;;; nnsoup.el ends here |
diff --git a/lisp/gnus/nnspool.el b/lisp/gnus/nnspool.el index a21bb648295..6a50fb787a7 100644 --- a/lisp/gnus/nnspool.el +++ b/lisp/gnus/nnspool.el | |||
| @@ -462,4 +462,5 @@ there.") | |||
| 462 | 462 | ||
| 463 | (provide 'nnspool) | 463 | (provide 'nnspool) |
| 464 | 464 | ||
| 465 | ;;; arch-tag: bdac8d27-2934-4eee-bad0-49e6b90c0d05 | ||
| 465 | ;;; nnspool.el ends here | 466 | ;;; nnspool.el ends here |
diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el index de2299c77f7..8791c652a45 100644 --- a/lisp/gnus/nntp.el +++ b/lisp/gnus/nntp.el | |||
| @@ -1406,4 +1406,5 @@ password contained in '~/.nntp-authinfo'." | |||
| 1406 | 1406 | ||
| 1407 | (provide 'nntp) | 1407 | (provide 'nntp) |
| 1408 | 1408 | ||
| 1409 | ;;; arch-tag: 8655466a-b1b5-4929-9c45-7b1b2e767271 | ||
| 1409 | ;;; nntp.el ends here | 1410 | ;;; nntp.el ends here |
diff --git a/lisp/gnus/nnultimate.el b/lisp/gnus/nnultimate.el index 5ce8446da11..4ab84e0b983 100644 --- a/lisp/gnus/nnultimate.el +++ b/lisp/gnus/nnultimate.el | |||
| @@ -477,4 +477,5 @@ | |||
| 477 | ;; coding: iso-8859-1 | 477 | ;; coding: iso-8859-1 |
| 478 | ;; End: | 478 | ;; End: |
| 479 | 479 | ||
| 480 | ;;; arch-tag: ab6bfc45-8fe1-4647-9c78-41050eb152b8 | ||
| 480 | ;;; nnultimate.el ends here | 481 | ;;; nnultimate.el ends here |
diff --git a/lisp/gnus/nnvirtual.el b/lisp/gnus/nnvirtual.el index 0b7091fec8e..b8233dd9551 100644 --- a/lisp/gnus/nnvirtual.el +++ b/lisp/gnus/nnvirtual.el | |||
| @@ -816,4 +816,5 @@ based on the marks on the component groups." | |||
| 816 | 816 | ||
| 817 | (provide 'nnvirtual) | 817 | (provide 'nnvirtual) |
| 818 | 818 | ||
| 819 | ;;; arch-tag: ca8c8ad9-1bd8-4b0f-9722-90dc645a45f5 | ||
| 819 | ;;; nnvirtual.el ends here | 820 | ;;; nnvirtual.el ends here |
diff --git a/lisp/gnus/nnwarchive.el b/lisp/gnus/nnwarchive.el index aae57a431f6..00bcb79bb99 100644 --- a/lisp/gnus/nnwarchive.el +++ b/lisp/gnus/nnwarchive.el | |||
| @@ -749,4 +749,5 @@ | |||
| 749 | 749 | ||
| 750 | (provide 'nnwarchive) | 750 | (provide 'nnwarchive) |
| 751 | 751 | ||
| 752 | ;;; arch-tag: 1ab7a15c-777a-40e0-95c0-0c41b3963578 | ||
| 752 | ;;; nnwarchive.el ends here | 753 | ;;; nnwarchive.el ends here |
diff --git a/lisp/gnus/nnweb.el b/lisp/gnus/nnweb.el index e62dec067e9..cae4079845f 100644 --- a/lisp/gnus/nnweb.el +++ b/lisp/gnus/nnweb.el | |||
| @@ -994,4 +994,5 @@ If FOLLOW-REFRESH is non-nil, redirect refresh url in META." | |||
| 994 | 994 | ||
| 995 | (provide 'nnweb) | 995 | (provide 'nnweb) |
| 996 | 996 | ||
| 997 | ;;; arch-tag: f59307eb-c90f-479f-b7d2-dbd8bf51b697 | ||
| 997 | ;;; nnweb.el ends here | 998 | ;;; nnweb.el ends here |
diff --git a/lisp/gnus/pop3.el b/lisp/gnus/pop3.el index 479aa519976..7bcfa962eb0 100644 --- a/lisp/gnus/pop3.el +++ b/lisp/gnus/pop3.el | |||
| @@ -514,4 +514,5 @@ and close the connection." | |||
| 514 | 514 | ||
| 515 | (provide 'pop3) | 515 | (provide 'pop3) |
| 516 | 516 | ||
| 517 | ;;; arch-tag: 2facc142-1d74-498e-82af-4659b64cac12 | ||
| 517 | ;;; pop3.el ends here | 518 | ;;; pop3.el ends here |
diff --git a/lisp/gnus/qp.el b/lisp/gnus/qp.el index 50ccf065226..febf827ef42 100644 --- a/lisp/gnus/qp.el +++ b/lisp/gnus/qp.el | |||
| @@ -163,4 +163,5 @@ encode lines starting with \"From\"." | |||
| 163 | 163 | ||
| 164 | (provide 'qp) | 164 | (provide 'qp) |
| 165 | 165 | ||
| 166 | ;;; arch-tag: db89e52a-e4a1-4b69-926f-f434f04216ba | ||
| 166 | ;;; qp.el ends here | 167 | ;;; qp.el ends here |
diff --git a/lisp/gnus/rfc1843.el b/lisp/gnus/rfc1843.el index e34957ac962..5c50ad2ef07 100644 --- a/lisp/gnus/rfc1843.el +++ b/lisp/gnus/rfc1843.el | |||
| @@ -181,4 +181,5 @@ ftp://ftp.math.psu.edu/pub/simpson/chinese/hzp/hzp.doc" | |||
| 181 | 181 | ||
| 182 | (provide 'rfc1843) | 182 | (provide 'rfc1843) |
| 183 | 183 | ||
| 184 | ;;; arch-tag: 5149c301-a6ca-4731-9c9d-ba616e2cb687 | ||
| 184 | ;;; rfc1843.el ends here | 185 | ;;; rfc1843.el ends here |
diff --git a/lisp/gnus/rfc2045.el b/lisp/gnus/rfc2045.el index bce3b8a55d9..3c57837265d 100644 --- a/lisp/gnus/rfc2045.el +++ b/lisp/gnus/rfc2045.el | |||
| @@ -40,4 +40,5 @@ | |||
| 40 | 40 | ||
| 41 | (provide 'rfc2045) | 41 | (provide 'rfc2045) |
| 42 | 42 | ||
| 43 | ;;; arch-tag: 9ca54127-97bc-432c-b6e2-8c59cadba306 | ||
| 43 | ;;; rfc2045.el ends here | 44 | ;;; rfc2045.el ends here |
diff --git a/lisp/gnus/rfc2047.el b/lisp/gnus/rfc2047.el index fbe10012182..7c93160c455 100644 --- a/lisp/gnus/rfc2047.el +++ b/lisp/gnus/rfc2047.el | |||
| @@ -591,4 +591,5 @@ If your Emacs implementation can't decode CHARSET, return nil." | |||
| 591 | 591 | ||
| 592 | (provide 'rfc2047) | 592 | (provide 'rfc2047) |
| 593 | 593 | ||
| 594 | ;;; arch-tag: a07fe3d4-22b5-4c4a-bd89-b1f82d5d36f6 | ||
| 594 | ;;; rfc2047.el ends here | 595 | ;;; rfc2047.el ends here |
diff --git a/lisp/gnus/rfc2104.el b/lisp/gnus/rfc2104.el index 916eea4367d..1ab7c80a046 100644 --- a/lisp/gnus/rfc2104.el +++ b/lisp/gnus/rfc2104.el | |||
| @@ -118,4 +118,5 @@ | |||
| 118 | 118 | ||
| 119 | (provide 'rfc2104) | 119 | (provide 'rfc2104) |
| 120 | 120 | ||
| 121 | ;;; arch-tag: cf671d5c-a45f-4a09-815e-704e59e43950 | ||
| 121 | ;;; rfc2104.el ends here | 122 | ;;; rfc2104.el ends here |
diff --git a/lisp/gnus/rfc2231.el b/lisp/gnus/rfc2231.el index 3b3345f40b2..36c85841862 100644 --- a/lisp/gnus/rfc2231.el +++ b/lisp/gnus/rfc2231.el | |||
| @@ -206,4 +206,5 @@ These look like \"us-ascii'en-us'This%20is%20%2A%2A%2Afun%2A%2A%2A\"." | |||
| 206 | 206 | ||
| 207 | (provide 'rfc2231) | 207 | (provide 'rfc2231) |
| 208 | 208 | ||
| 209 | ;;; arch-tag: c3ab751d-d108-406a-b301-68882ad8cd63 | ||
| 209 | ;;; rfc2231.el ends here | 210 | ;;; rfc2231.el ends here |
diff --git a/lisp/gnus/score-mode.el b/lisp/gnus/score-mode.el index cfc5cc3c624..da6c447d115 100644 --- a/lisp/gnus/score-mode.el +++ b/lisp/gnus/score-mode.el | |||
| @@ -112,4 +112,5 @@ This mode is an extended emacs-lisp mode. | |||
| 112 | 112 | ||
| 113 | (provide 'score-mode) | 113 | (provide 'score-mode) |
| 114 | 114 | ||
| 115 | ;;; arch-tag: a74a416b-2505-4ad4-bc4e-a418c96b8845 | ||
| 115 | ;;; score-mode.el ends here | 116 | ;;; score-mode.el ends here |
diff --git a/lisp/gnus/smiley-ems.el b/lisp/gnus/smiley-ems.el index 6ded76685f7..7fce284e500 100644 --- a/lisp/gnus/smiley-ems.el +++ b/lisp/gnus/smiley-ems.el | |||
| @@ -162,4 +162,5 @@ With arg, turn displaying on if and only if arg is positive." | |||
| 162 | 162 | ||
| 163 | (provide 'smiley) | 163 | (provide 'smiley) |
| 164 | 164 | ||
| 165 | ;;; arch-tag: e726728a-14fb-4e6a-9aef-889941bdf7ad | ||
| 165 | ;;; smiley-ems.el ends here | 166 | ;;; smiley-ems.el ends here |
diff --git a/lisp/gnus/starttls.el b/lisp/gnus/starttls.el index d0fb68263e9..0fd14cead55 100644 --- a/lisp/gnus/starttls.el +++ b/lisp/gnus/starttls.el | |||
| @@ -74,4 +74,5 @@ specifying a port number to connect to." | |||
| 74 | 74 | ||
| 75 | (provide 'starttls) | 75 | (provide 'starttls) |
| 76 | 76 | ||
| 77 | ;;; arch-tag: 648b3bd8-63bd-47f5-904c-7c819aea2297 | ||
| 77 | ;;; starttls.el ends here | 78 | ;;; starttls.el ends here |
diff --git a/lisp/gnus/utf7.el b/lisp/gnus/utf7.el index 2a5e7527069..8f81d787fdb 100644 --- a/lisp/gnus/utf7.el +++ b/lisp/gnus/utf7.el | |||
| @@ -177,4 +177,5 @@ Characters are in raw byte pairs in narrowed buffer." | |||
| 177 | 177 | ||
| 178 | (provide 'utf7) | 178 | (provide 'utf7) |
| 179 | 179 | ||
| 180 | ;;; arch-tag: 96078b55-85c7-4161-aed2-932c24b282c7 | ||
| 180 | ;;; utf7.el ends here | 181 | ;;; utf7.el ends here |
diff --git a/lisp/gnus/uudecode.el b/lisp/gnus/uudecode.el index 18f04c2053e..3e92cbcb832 100644 --- a/lisp/gnus/uudecode.el +++ b/lisp/gnus/uudecode.el | |||
| @@ -214,4 +214,5 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." | |||
| 214 | 214 | ||
| 215 | (provide 'uudecode) | 215 | (provide 'uudecode) |
| 216 | 216 | ||
| 217 | ;;; arch-tag: e1f09ed5-62b4-4677-9f13-4e81c4fe8ce3 | ||
| 217 | ;;; uudecode.el ends here | 218 | ;;; uudecode.el ends here |
diff --git a/lisp/gnus/webmail.el b/lisp/gnus/webmail.el index 32d89fc921b..981e8e367fe 100644 --- a/lisp/gnus/webmail.el +++ b/lisp/gnus/webmail.el | |||
| @@ -1191,4 +1191,5 @@ | |||
| 1191 | 1191 | ||
| 1192 | (provide 'webmail) | 1192 | (provide 'webmail) |
| 1193 | 1193 | ||
| 1194 | ;;; arch-tag: f75a4558-a8f6-46ec-b1c3-7a6434b3dd71 | ||
| 1194 | ;;; webmail.el ends here | 1195 | ;;; webmail.el ends here |