comparison 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
comparison
equal deleted inserted replaced
68605:a2dd626ff268 68606:5ea0e0a7dd38
131 (nnweb-write-overview group))) 131 (nnweb-write-overview group)))
132 132
133 (deffoo nnweb-request-group (group &optional server dont-check) 133 (deffoo nnweb-request-group (group &optional server dont-check)
134 (nnweb-possibly-change-server group server) 134 (nnweb-possibly-change-server group server)
135 (unless (or nnweb-ephemeral-p 135 (unless (or nnweb-ephemeral-p
136 dont-check) 136 dont-check
137 nnweb-articles)
137 (nnweb-read-overview group)) 138 (nnweb-read-overview group))
138 (cond 139 (cond
139 ((not nnweb-articles) 140 ((not nnweb-articles)
140 (nnheader-report 'nnweb "No matching articles")) 141 (nnheader-report 'nnweb "No matching articles"))
141 (t 142 (t