From e823bfa3adeb847782d99a5b2300f433c4468f8e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 26 Aug 1997 04:37:02 +0000 Subject: [PATCH] (rmail-mode-1): Update the value for mode-line-modified. --- lisp/mail/rmail.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 55e2b01719b..26a50cc6045 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -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)) -- 2.39.2