1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(rmail-mode-1): Update the value for mode-line-modified.

This commit is contained in:
Richard M. Stallman 1997-08-26 04:37:02 +00:00
parent 71bd46d292
commit e823bfa3ad

View 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))