]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus: fix %a in topic line
authorAndreas Schwab <schwab@linux-m68k.org>
Wed, 20 Apr 2022 15:05:32 +0000 (17:05 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Thu, 21 Apr 2022 09:56:04 +0000 (11:56 +0200)
* lisp/gnus/gnus-topic.el (gnus-topic-insert-topic-line): Also
bind `entries'.

lisp/gnus/gnus-topic.el

index c079d889d989bb34311ae08f5caff98e5b51c451..479bba3a73d81ba9291a678e18e57991dba671cd 100644 (file)
@@ -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))