emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f1ab92bc23: Transcription error


From: Eric Abrahamsen
Subject: master f1ab92bc23: Transcription error
Date: Wed, 4 May 2022 21:03:19 -0400 (EDT)

branch: master
commit f1ab92bc2350fb87ac9a6891d3cea2e97969a933
Author: dickmao <dick.r.chiang@gmail.com>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Transcription error
    
    * 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 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/gnus/gnus-topic.el b/lisp/gnus/gnus-topic.el
index 36b97acec8..fa942bee8e 100644
--- a/lisp/gnus/gnus-topic.el
+++ b/lisp/gnus/gnus-topic.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]