]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-mode-1): Update the value for mode-line-modified.
authorRichard M. Stallman <rms@gnu.org>
Tue, 26 Aug 1997 04:37:02 +0000 (04:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 26 Aug 1997 04:37:02 +0000 (04:37 +0000)
lisp/mail/rmail.el

index 55e2b01719bcdd59df874e7c84f32a9e08267a3a..26a50cc604509c0eabe8199692dddd719e4c1681 100644 (file)
@@ -836,10 +836,7 @@ Instead, these commands are available:
   ;; The one exception is when messages are copied into an Rmail mode buffer.
   ;; rmail-output-to-rmail-file enables auto save when you do that.
   (setq buffer-auto-save-file-name nil)
-  (if (boundp 'mode-line-modified)
-      (setq mode-line-modified "--- ")
-    (setq mode-line-format
-         (cons "--- " (cdr (default-value 'mode-line-format)))))
+  (setq mode-line-modified "--")
   (use-local-map rmail-mode-map)
   (set-syntax-table text-mode-syntax-table)
   (setq local-abbrev-table text-mode-abbrev-table))