diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/gnus-group.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 32b596689de..979f3c5164f 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el | |||
| @@ -1216,8 +1216,7 @@ already." | |||
| 1216 | (not (zerop (buffer-size)))))) | 1216 | (not (zerop (buffer-size)))))) |
| 1217 | (mode-string (eval gformat))) | 1217 | (mode-string (eval gformat))) |
| 1218 | ;; Say whether the dribble buffer has been modified. | 1218 | ;; Say whether the dribble buffer has been modified. |
| 1219 | (setq mode-line-modified | 1219 | (setq mode-line-modified (if modified "**" "--")) |
| 1220 | (if modified "--**- " "----- ")) | ||
| 1221 | ;; If the line is too long, we chop it off. | 1220 | ;; If the line is too long, we chop it off. |
| 1222 | (when (> (length mode-string) max-len) | 1221 | (when (> (length mode-string) max-len) |
| 1223 | (setq mode-string (substring mode-string 0 (- max-len 4)))) | 1222 | (setq mode-string (substring mode-string 0 (- max-len 4)))) |