projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdf9263
)
gnus: fix %a in topic line
author
Andreas Schwab
<schwab@linux-m68k.org>
Wed, 20 Apr 2022 15:05:32 +0000
(17:05 +0200)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-topic.el
b/lisp/gnus/gnus-topic.el
index c079d889d989bb34311ae08f5caff98e5b51c451..479bba3a73d81ba9291a678e18e57991dba671cd 100644
(file)
--- 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))