From: Lars Magne Ingebrigtsen Date: Fri, 8 Dec 1995 05:11:19 +0000 (+0000) Subject: (gnus-group-set-mode-line): Allow user defined specs in the group X-Git-Tag: emacs-19.34~2161 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8bb6fec9b47079940cb27c2bab460ef2b58a20fe;p=emacs.git (gnus-group-set-mode-line): Allow user defined specs in the group format mode line. --- 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)