From 8ab20cd2d9d518a85e93785d6675cd321403f7d7 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 20 Apr 2022 17:05:32 +0200 Subject: [PATCH] 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 c079d889d98..479bba3a73d 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)) -- 2.39.2