(gnus-topic-goto-missing-topic): Revert 2003-02-09 change in order to correct
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 29 Sep 2003 02:28:15 +0000 (02:28 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 29 Sep 2003 02:28:15 +0000 (02:28 +0000)
 the position where a invisible topic (because gnus-topic-display-empty-topics
 is nil) may be inserted.

lisp/ChangeLog
lisp/gnus-topic.el

index 89a321e..4443508 100644 (file)
@@ -1,3 +1,9 @@
+2003-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-topic.el (gnus-topic-goto-missing-topic): Revert 2003-02-09
+       change in order to correct the position where a invisible topic
+       (because gnus-topic-display-empty-topics is nil) may be inserted.
+
 2003-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * message.el (message-ignored-supersedes-headers): Add X-Payment.
index 534d3f4..05dbadf 100644 (file)
@@ -754,7 +754,7 @@ articles in the topic and its subtopics."
                    (not (gnus-topic-goto-topic (caaar tp))))
          (pop tp))
        (if tp
-           (forward-line 1)
+           (gnus-topic-forward-topic 1)
          (gnus-topic-goto-missing-topic (caadr top)))))
     nil))