Fix typo. Sorry to hinder the release progression.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 22 Mar 2006 07:12:55 +0000 (07:12 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 22 Mar 2006 07:12:55 +0000 (07:12 +0000)
lisp/gnus-sum.el

index f18209b..a5ebabc 100644 (file)
@@ -10907,7 +10907,7 @@ Returns nil if no thread was there to be shown."
 
 (defun gnus-map-articles (predicate articles)
   "Map PREDICATE over ARTICLES and return non-nil if any predicate is non-nil."
-  (apply 'gnus-or (mapcar predicaten
+  (apply 'gnus-or (mapcar predicate
                          (mapcar (lambda (number)
                                    (gnus-summary-article-header number))
                                  articles))))