]> git.eshelyaron.com Git - emacs.git/commitdiff
Transcription error
authordickmao <dick.r.chiang@gmail.com>
Wed, 4 May 2022 23:23:53 +0000 (19:23 -0400)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Thu, 5 May 2022 01:03:10 +0000 (18:03 -0700)
* lisp/gnus/gnus-topic.el (gnus-topic-display-missing-topic):
Indent.
(gnus-topic-update-topic-line): Insert missing fourth argument.

lisp/gnus/gnus-topic.el

index 36b97acec85c05c006ef4cd8d0f1f4e3b211578e..fa942bee8e852a32cc6485e83d9d4306562a5a09 100644 (file)
@@ -748,8 +748,8 @@ articles in the topic and its subtopics."
                   (car type) (car gnus-group-list-mode)
                   (cdr gnus-group-list-mode)))
         (all-groups (gnus-topic-find-groups
-                  (car type) (car gnus-group-list-mode)
-                  (cdr gnus-group-list-mode) nil t))
+                     (car type) (car gnus-group-list-mode)
+                     (cdr gnus-group-list-mode) nil t))
        entry)
     (while children
       (cl-incf unread (gnus-topic-unread (caar (pop children)))))
@@ -788,8 +788,8 @@ articles in the topic and its subtopics."
                   (car type) (car gnus-group-list-mode)
                   (cdr gnus-group-list-mode)))
         (all-groups (gnus-topic-find-groups
-                  (car type) (car gnus-group-list-mode)
-                  (cdr gnus-group-list-mode) t))
+                     (car type) (car gnus-group-list-mode)
+                     (cdr gnus-group-list-mode) nil t))
         (parent (gnus-topic-parent-topic topic-name))
         (all-entries entries)
         (unread 0)