gnus-topic-get-new-news-this-topic use recursive parameter.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 15 Sep 2000 17:16:41 +0000 (17:16 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 15 Sep 2000 17:16:41 +0000 (17:16 +0000)
lisp/ChangeLog
lisp/gnus-topic.el

index 2c572a4..310c2a8 100644 (file)
@@ -1,8 +1,9 @@
 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
-       (gnus-topic-mark-topic): Ditto.
        (gnus-topic-unmark-topic): Ditto.
+       (gnus-topic-mark-topic): Ditto.
+       (gnus-topic-get-new-news-this-topic): Use it.
 
 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
index 8eaec50..3532439 100644 (file)
@@ -1334,7 +1334,7 @@ If RECURSIVE is t, unmark its subtopics too."
   (interactive "P")
   (if (not (gnus-group-topic-p))
       (gnus-group-get-new-news-this-group n)
-    (gnus-topic-mark-topic (gnus-group-topic-name))
+    (gnus-topic-mark-topic (gnus-group-topic-name) nil (and n t))
     (gnus-group-get-new-news-this-group)))
 
 (defun gnus-topic-move-matching (regexp topic &optional copyp)