(gnus-group-set-mode-line):
Update how mode-line-modified is set.
This commit is contained in:
parent
421593b98d
commit
4d5b8182e9
1 changed files with 1 additions and 2 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue