diff options
Diffstat (limited to 'lisp/mail/rmailedit.el')
| -rw-r--r-- | lisp/mail/rmailedit.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index ba6ebad082c..3026283a082 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el | |||
| @@ -63,9 +63,7 @@ This function runs the hooks `text-mode-hook' and `rmail-edit-mode-hook'. | |||
| 63 | (use-local-map rmail-edit-map) | 63 | (use-local-map rmail-edit-map) |
| 64 | (setq major-mode 'rmail-edit-mode) | 64 | (setq major-mode 'rmail-edit-mode) |
| 65 | (setq mode-name "RMAIL Edit") | 65 | (setq mode-name "RMAIL Edit") |
| 66 | (if (boundp 'mode-line-modified) | 66 | (setq mode-line-modified (default-value 'mode-line-modified)) |
| 67 | (setq mode-line-modified (default-value 'mode-line-modified)) | ||
| 68 | (setq mode-line-format (default-value 'mode-line-format))) | ||
| 69 | ;; Don't turn off auto-saving based on the size of the buffer | 67 | ;; Don't turn off auto-saving based on the size of the buffer |
| 70 | ;; because that code does not understand buffer-swapping. | 68 | ;; because that code does not understand buffer-swapping. |
| 71 | (make-local-variable 'auto-save-include-big-deletions) | 69 | (make-local-variable 'auto-save-include-big-deletions) |