(gnus-group-set-mode-line):

Update how mode-line-modified is set.
This commit is contained in:
Richard M. Stallman 1997-07-03 19:07:26 +00:00
parent 421593b98d
commit 4d5b8182e9

View file

@ -1216,8 +1216,7 @@ already."
(not (zerop (buffer-size))))))
(mode-string (eval gformat)))
;; Say whether the dribble buffer has been modified.
(setq mode-line-modified
(if modified "--**- " "----- "))
(setq mode-line-modified (if modified "**" "--"))
;; If the line is too long, we chop it off.
(when (> (length mode-string) max-len)
(setq mode-string (substring mode-string 0 (- max-len 4))))