Synch to Oort Gnus.
[elisp/gnus.git-] / lisp / gnus-topic.el
index db0e68a..d2879d9 100644 (file)
@@ -1181,6 +1181,8 @@ If ALL is a number, fetch this number of articles.
 
 If performed over a topic line, toggle folding the topic."
   (interactive "P")
+  (when (and (eobp) (not (gnus-group-group-name)))
+    (forward-line -1))
   (if (gnus-group-topic-p)
       (let ((gnus-group-list-mode
             (if all (cons (if (numberp all) all 7) t) gnus-group-list-mode)))