diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2022-04-20 17:05:32 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2022-04-21 11:56:04 +0200 |
commit | 8ab20cd2d9d518a85e93785d6675cd321403f7d7 (patch) | |
tree | 057d5b888e64803d1ce4ea741522000d02bdef71 /lisp/gnus/gnus-topic.el | |
parent | cdf926371d5e414a6ec5125962de3a35ed99debc (diff) | |
download | emacs-8ab20cd2d9d518a85e93785d6675cd321403f7d7.tar.gz emacs-8ab20cd2d9d518a85e93785d6675cd321403f7d7.tar.bz2 emacs-8ab20cd2d9d518a85e93785d6675cd321403f7d7.zip |
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.el | 1 |
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)) |