projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f66303a
)
Synch to Oort Gnus.
author
yamaoka
<yamaoka>
Sun, 9 Feb 2003 06:26:52 +0000
(06:26 +0000)
committer
yamaoka
<yamaoka>
Sun, 9 Feb 2003 06:26:52 +0000
(06:26 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/gnus-topic.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
174fdfc
..
520259b
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-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.
diff --git
a/lisp/gnus-topic.el
b/lisp/gnus-topic.el
index
7ef69f9
..
97b2392
100644
(file)
--- 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))