summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>1995-12-08 05:11:19 +0000
committerLars Magne Ingebrigtsen <larsi@gnus.org>1995-12-08 05:11:19 +0000
commite0f37f4d4d38c4d7b1c42f399fd39e1612d8fb0f (patch)
tree4c0f9cb9ad640afc9f8384727ef3be49f0070ac7
parentdc39965c213344c5a28fa5598a7555be615d6afe (diff)
downloademacs-e0f37f4d4d38c4d7b1c42f399fd39e1612d8fb0f.tar.gz
(gnus-group-set-mode-line): Allow user defined specs in the group
format mode line.
-rw-r--r--lisp/gnus.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus.el b/lisp/gnus.el
index cd12431adaf..d12951e9d4f 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -3787,6 +3787,7 @@ If VISIBLE-ONLY is non-nil, the group won't be displayed if it isn't already."
(news-server (car (cdr gnus-select-method)))
(news-method (car gnus-select-method))
(max-len 60)
+ header ;Dummy binding for user-defined specs.
(mode-string (eval gformat)))
(setq mode-string (eval gformat))
(if (> (length mode-string) max-len)