From 8002c27fb67775398cf7c4046df9cc9d68802e0b Mon Sep 17 00:00:00 2001 From: ShengHuo ZHU Date: Fri, 10 Dec 1999 21:25:17 +0000 Subject: [PATCH] Fix the return value of nnweb-request-article. --- lisp/ChangeLog | 4 ++++ lisp/nnweb.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4af393f30..50bf20c52 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +1999-12-10 16:22:24 Shenghuo ZHU + + * nnweb.el (nnweb-request-article): Return cons. + 1999-12-10 16:06:04 Shenghuo ZHU * gnus-sum.el (gnus-summary-setup-default-charset): Typo. diff --git a/lisp/nnweb.el b/lisp/nnweb.el index 7b4f17580..a1b1c386c 100644 --- a/lisp/nnweb.el +++ b/lisp/nnweb.el @@ -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) -- 2.25.1