From 061c0bf8d003eb2772758175968f09f0f5aa04c4 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Sun, 9 Feb 2003 06:26:52 +0000 Subject: [PATCH] Synch to Oort Gnus. --- lisp/ChangeLog | 5 +++++ lisp/gnus-topic.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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)) -- 1.7.10.4