Fix the return value of nnweb-request-article.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 10 Dec 1999 21:25:17 +0000 (21:25 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 10 Dec 1999 21:25:17 +0000 (21:25 +0000)
lisp/ChangeLog
lisp/nnweb.el

index 4af393f..50bf20c 100644 (file)
@@ -1,3 +1,7 @@
+1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+       * nnweb.el (nnweb-request-article): Return cons.
+
 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
index 7b4f175..a1b1c38 100644 (file)
@@ -187,7 +187,7 @@ and `altavista'.")
          (funcall (nnweb-definition 'article))
          (nnweb-decode-entities))
        (nnheader-report 'nnweb "Fetched article %s" article)
-       t))))
+       (cons group (and (numberp article) article))))))
 
 (deffoo nnweb-close-server (&optional server)
   (when (and (nnweb-server-opened server)