aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-05-16 12:01:57 +0000
committerJuanma Barranquero <[email protected]>2002-05-16 12:01:57 +0000
commitb96fb65cd3074b83494dce3cc9ac283520dc8830 (patch)
tree1c56b1aabff905e539c7bb9ceb5e17a035a711ae /lisp/gnus
parente7bdfdcf2aeb171d40ed9d2835c35e781243fe44 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/nnmail.el6
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index bfcdcc2d1e..b586668a20 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-16 Juanma Barranquero <[email protected]>
+
+ * gnus-art.el (gnus-mime-copy-part): Fix typo.
+
2002-05-09 Miles Bader <[email protected]>
* gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el
index ad28361ebd..cf8ae33838 100644
--- a/lisp/gnus/nnmail.el
+++ b/lisp/gnus/nnmail.el
@@ -651,7 +651,7 @@ If SOURCE is a directory spec, try to return the group name component."
(defsubst nnmail-search-unix-mail-delim ()
"Put point at the beginning of the next Unix mbox message."
- ;; Algorithm used to find the the next article in the
+ ;; Algorithm used to find the next article in the
;; brain-dead Unix mbox format:
;;
;; 1) Search for "^From ".
@@ -680,7 +680,7 @@ If SOURCE is a directory spec, try to return the group name component."
(defun nnmail-search-unix-mail-delim-backward ()
"Put point at the beginning of the current Unix mbox message."
- ;; Algorithm used to find the the next article in the
+ ;; Algorithm used to find the next article in the
;; brain-dead Unix mbox format:
;;
;; 1) Search for "^From ".
@@ -1188,7 +1188,7 @@ See the documentation for the variable `nnmail-split-fancy' for documentation."
(let ((split-rest (cddr split))
(end (match-end 0))
;; The searched regexp is \(\(FIELD\).*\)\(VALUE\). So,
- ;; start-of-value is the the point just before the
+ ;; start-of-value is the point just before the
;; beginning of the value, whereas after-header-name is
;; the point just after the field name.
(start-of-value (match-end 1))