From: yamaoka Date: Sun, 9 Feb 2003 06:26:52 +0000 (+0000) Subject: Synch to Oort Gnus. X-Git-Tag: t-gnus-6_15_17-00-quimby~77 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=061c0bf8d003eb2772758175968f09f0f5aa04c4;p=elisp%2Fgnus.git- Synch to Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 174fdfc..520259b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-02-09 Lars Magne Ingebrigtsen + + * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the + next line after finding the parent. + 2003-02-08 Lars Magne Ingebrigtsen * gnus.el (gnus-version-number): Bumped. diff --git a/lisp/gnus-topic.el b/lisp/gnus-topic.el index 7ef69f9..97b2392 100644 --- a/lisp/gnus-topic.el +++ b/lisp/gnus-topic.el @@ -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))