diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 1995-12-08 05:11:19 +0000 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 1995-12-08 05:11:19 +0000 |
commit | 8bb6fec9b47079940cb27c2bab460ef2b58a20fe (patch) | |
tree | 5ffb6d460c939460073c77d34909c5176b9e6317 /lisp/gnus.el | |
parent | 150269d560793afba453bd32719cfbf15924f554 (diff) | |
download | emacs-8bb6fec9b47079940cb27c2bab460ef2b58a20fe.tar.gz |
(gnus-group-set-mode-line): Allow user defined specs in the group
format mode line.
Diffstat (limited to 'lisp/gnus.el')
-rw-r--r-- | lisp/gnus.el | 1 |
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) |