emacs-diffs
[Top][All Lists]
Advanced

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

master 8ab20cd2d9: gnus: fix %a in topic line


From: Andreas Schwab
Subject: master 8ab20cd2d9: gnus: fix %a in topic line
Date: Thu, 21 Apr 2022 05:59:37 -0400 (EDT)

branch: master
commit 8ab20cd2d9d518a85e93785d6675cd321403f7d7
Author: Andreas Schwab <schwab@linux-m68k.org>
Commit: Andreas Schwab <schwab@linux-m68k.org>

    gnus: fix %a in topic line
    
    * lisp/gnus/gnus-topic.el (gnus-topic-insert-topic-line): Also
    bind `entries'.
---
 lisp/gnus/gnus-topic.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/gnus/gnus-topic.el b/lisp/gnus/gnus-topic.el
index c079d889d9..479bba3a73 100644
--- a/lisp/gnus/gnus-topic.el
+++ b/lisp/gnus/gnus-topic.el
@@ -650,6 +650,7 @@ articles in the topic and its subtopics."
   (let* ((visible (if visiblep "" "..."))
         (level level)
         (name name)
+        (entries entries)
         (indentation (make-string (* gnus-topic-indent-level level) ? ))
         (total-number-of-articles unread)
         (number-of-groups (length entries))



reply via email to

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