changeset 44312:cca75389b3bf

* nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
author ShengHuo ZHU <zsh@cs.rochester.edu>
date Mon, 01 Apr 2002 17:25:39 +0000
parents 25ac1d8e1712
children d50a0256aa1b
files lisp/gnus/ChangeLog lisp/gnus/nnwarchive.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Mon Apr 01 17:25:34 2002 +0000
+++ b/lisp/gnus/ChangeLog	Mon Apr 01 17:25:39 2002 +0000
@@ -1,3 +1,7 @@
+2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+	* nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
+
 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 	* mail-source.el (make-source-make-complex-temp-name): Use
--- a/lisp/gnus/nnwarchive.el	Mon Apr 01 17:25:34 2002 +0000
+++ b/lisp/gnus/nnwarchive.el	Mon Apr 01 17:25:39 2002 +0000
@@ -617,7 +617,7 @@
   (let (p refs url mime e 
 	  from subject date id 
 	  done
-	  (case-fold-serch t))
+	  (case-fold-search t))
     (save-restriction
       (goto-char (point-min))
       (when (search-forward "X-Head-End" nil t)