diff options
| -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." | |||
| 3787 | (news-server (car (cdr gnus-select-method))) | 3787 | (news-server (car (cdr gnus-select-method))) |
| 3788 | (news-method (car gnus-select-method)) | 3788 | (news-method (car gnus-select-method)) |
| 3789 | (max-len 60) | 3789 | (max-len 60) |
| 3790 | header ;Dummy binding for user-defined specs. | ||
| 3790 | (mode-string (eval gformat))) | 3791 | (mode-string (eval gformat))) |
| 3791 | (setq mode-string (eval gformat)) | 3792 | (setq mode-string (eval gformat)) |
| 3792 | (if (> (length mode-string) max-len) | 3793 | (if (> (length mode-string) max-len) |