projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
421593b
)
(gnus-group-set-mode-line):
author
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Jul 1997 19:07:26 +0000
(19:07 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Jul 1997 19:07:26 +0000
(19:07 +0000)
Update how mode-line-modified is set.
lisp/gnus/gnus-group.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-group.el
b/lisp/gnus/gnus-group.el
index 32b596689deb9b884a677399700119e8ab6f644c..979f3c5164f0309e4aa32d4399f5011da4ffeb87 100644
(file)
--- a/
lisp/gnus/gnus-group.el
+++ b/
lisp/gnus/gnus-group.el
@@
-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))))