From de25d54a1fbe68ab874972259705a28c43e5ede4 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Tue, 24 Jun 2003 01:16:41 +0000 Subject: [PATCH] (gnus-group-prepare-topics): Update topic line format specs. --- lisp/ChangeLog | 3 +++ lisp/gnus-topic.el | 2 ++ 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 85bca75e6..0e0b2f34b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2003-06-24 Lars Magne Ingebrigtsen + * gnus-topic.el (gnus-group-prepare-topics): Update topic line + format specs. + * gnus-picon.el: Written by moi, moi, moi. * gnus-group.el (gnus-group-kill-group): Clean up. diff --git a/lisp/gnus-topic.el b/lisp/gnus-topic.el index c1db07948..534d3f4d0 100644 --- a/lisp/gnus-topic.el +++ b/lisp/gnus-topic.el @@ -435,6 +435,8 @@ If LOWEST is non-nil, list all newsgroups of level LOWEST or higher." (and gnus-group-listed-groups (copy-sequence gnus-group-listed-groups)))) + (gnus-update-format-specifications nil 'topic) + (when (or (not gnus-topic-alist) (not gnus-topology-checked-p)) (gnus-topic-check-topology)) -- 2.25.1