Gnus development mailing list
 help / color / mirror / Atom feed
* pgnus 0.74 bug: gnus-group-catchup-current doesn't work
@ 1999-02-01  9:59 Felix Lee
  0 siblings, 0 replies; only message in thread
From: Felix Lee @ 1999-02-01  9:59 UTC (permalink / raw)


1999-02-01  Felix Lee  <flee@cygnus.com>

	* gnus-group.el (gnus-group-catchup-current): fix typo.

*** gnus-group.el	1999/02/01 09:54:33	1.1
--- gnus-group.el	1999/02/01 09:54:53
*************** up is returned."
*** 2461,2467 ****
  		   (car groups)
  		 (format "these %d groups" (length groups)))))))
  	n
!       (while (setq groups (pop groups))
  	;; Virtual groups have to be given special treatment.
  	(let ((method (gnus-find-method-for-group group)))
  	  (when (eq 'nnvirtual (car method))
--- 2461,2467 ----
  		   (car groups)
  		 (format "these %d groups" (length groups)))))))
  	n
!       (while (setq group (pop groups))
  	;; Virtual groups have to be given special treatment.
  	(let ((method (gnus-find-method-for-group group)))
  	  (when (eq 'nnvirtual (car method))


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-02-01  9:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-01  9:59 pgnus 0.74 bug: gnus-group-catchup-current doesn't work Felix Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).