diff lisp/gnus/nnweb.el @ 68606:5ea0e0a7dd38

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-42 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 14-17) - Update from CVS - Merge from emacs--devo--0
author Miles Bader <miles@gnu.org>
date Sat, 04 Feb 2006 00:58:23 +0000
parents 04c2548593f7
children 6580c61aced7 d6f8fe3307c8
line wrap: on
line diff
--- a/lisp/gnus/nnweb.el	Fri Feb 03 23:28:28 2006 +0000
+++ b/lisp/gnus/nnweb.el	Sat Feb 04 00:58:23 2006 +0000
@@ -133,7 +133,8 @@
 (deffoo nnweb-request-group (group &optional server dont-check)
   (nnweb-possibly-change-server group server)
   (unless (or nnweb-ephemeral-p
-	      dont-check)
+	      dont-check
+	      nnweb-articles)
     (nnweb-read-overview group))
   (cond
    ((not nnweb-articles)