aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShengHuo ZHU2002-04-01 17:25:39 +0000
committerShengHuo ZHU2002-04-01 17:25:39 +0000
commit379a66de03c3e2edf81a80dbd3154835ca9c8c0b (patch)
tree31921411b99c2c7913d9932bb658e7489905b179
parent76200eb89f09eaa68a76fc87e81de0fd5cfa7941 (diff)
downloademacs-379a66de03c3e2edf81a80dbd3154835ca9c8c0b.tar.gz
emacs-379a66de03c3e2edf81a80dbd3154835ca9c8c0b.zip
* nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/nnwarchive.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 395d4b63284..2cbae6ecc6b 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12002-04-01 ShengHuo ZHU <zsh@cs.rochester.edu>
2
3 * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
4
12002-03-21 ShengHuo ZHU <zsh@cs.rochester.edu> 52002-03-21 ShengHuo ZHU <zsh@cs.rochester.edu>
2 6
3 * mail-source.el (make-source-make-complex-temp-name): Use 7 * mail-source.el (make-source-make-complex-temp-name): Use
diff --git a/lisp/gnus/nnwarchive.el b/lisp/gnus/nnwarchive.el
index 5103b551bfb..8e2bd65aa8a 100644
--- a/lisp/gnus/nnwarchive.el
+++ b/lisp/gnus/nnwarchive.el
@@ -617,7 +617,7 @@
617 (let (p refs url mime e 617 (let (p refs url mime e
618 from subject date id 618 from subject date id
619 done 619 done
620 (case-fold-serch t)) 620 (case-fold-search t))
621 (save-restriction 621 (save-restriction
622 (goto-char (point-min)) 622 (goto-char (point-min))
623 (when (search-forward "X-Head-End" nil t) 623 (when (search-forward "X-Head-End" nil t)