]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus-topic.el (gnus-topic-read-group): If after the last group, select the last group.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 11 Oct 2010 11:02:17 +0000 (11:02 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 11 Oct 2010 11:02:17 +0000 (11:02 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-topic.el

index 555998263c82fa801278549439dd837cc744c68b..deb1414b0cffbf783ac799a5160cbf6ffe0ade0e 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-topic.el (gnus-topic-read-group): If after the last group,
+       select the last group.
+
 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
index efa543f68d68fb8acb187cbc317bdd96f2b0f4b9..e4afc7c2fb464990d8a85eca2ade5d9920755b8d 100644 (file)
@@ -1255,6 +1255,8 @@ that group.
 
 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)))