Synch to Oort Gnus.
authoryamaoka <yamaoka>
Sun, 9 Feb 2003 06:26:52 +0000 (06:26 +0000)
committeryamaoka <yamaoka>
Sun, 9 Feb 2003 06:26:52 +0000 (06:26 +0000)
lisp/ChangeLog
lisp/gnus-topic.el

index 174fdfc..520259b 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
+       next line after finding the parent.
+
 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.el (gnus-version-number): Bumped.
index 7ef69f9..97b2392 100644 (file)
@@ -753,7 +753,7 @@ articles in the topic and its subtopics."
                    (not (gnus-topic-goto-topic (caaar tp))))
          (pop tp))
        (if tp
-           (gnus-topic-forward-topic 1)
+           (forward-line 1)
          (gnus-topic-goto-missing-topic (caadr top)))))
     nil))