(gnus-article-refer-article): Be more permissive.
[gnus] / lisp / gnus-topic.el
index eea18ef..22ef257 100644 (file)
@@ -1180,6 +1180,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)))