summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-topic.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2022-04-20 17:05:32 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2022-04-21 11:56:04 +0200
commit8ab20cd2d9d518a85e93785d6675cd321403f7d7 (patch)
tree057d5b888e64803d1ce4ea741522000d02bdef71 /lisp/gnus/gnus-topic.el
parentcdf926371d5e414a6ec5125962de3a35ed99debc (diff)
downloademacs-8ab20cd2d9d518a85e93785d6675cd321403f7d7.tar.gz
gnus: fix %a in topic line
* lisp/gnus/gnus-topic.el (gnus-topic-insert-topic-line): Also bind `entries'.
Diffstat (limited to 'lisp/gnus/gnus-topic.el')
-rw-r--r--lisp/gnus/gnus-topic.el1
1 files changed, 1 insertions, 0 deletions
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))