]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-group-set-mode-line):
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Jul 1997 19:07:26 +0000 (19:07 +0000)
committerRichard 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

index 32b596689deb9b884a677399700119e8ab6f644c..979f3c5164f0309e4aa32d4399f5011da4ffeb87 100644 (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))))