Mercurial > emacs
changeset 19536:e0cd56c5b0ac
(rmail-mode-1): Update the value for mode-line-modified.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 26 Aug 1997 04:37:02 +0000 |
parents | e9d8fcec9843 |
children | 2a7342ecf59d |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Tue Aug 26 03:45:21 1997 +0000 +++ b/lisp/mail/rmail.el Tue Aug 26 04:37:02 1997 +0000 @@ -836,10 +836,7 @@ ;; 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))