From: yamaoka Date: Mon, 29 Sep 2003 02:29:19 +0000 (+0000) Subject: Synch to Gnus 200309290228. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=28adbc46a90e10d31122d05270d34134c0549f82;p=elisp%2Fgnus.git- Synch to Gnus 200309290228. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 89a321e..4443508 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2003-09-29 Katsumi Yamaoka + + * 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 * message.el (message-ignored-supersedes-headers): Add X-Payment. diff --git a/lisp/gnus-topic.el b/lisp/gnus-topic.el index b74e69b..2352e2b 100644 --- a/lisp/gnus-topic.el +++ b/lisp/gnus-topic.el @@ -755,7 +755,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))