aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorLars Hansen <[email protected]>2004-04-26 18:54:23 +0000
committerLars Hansen <[email protected]>2004-04-26 18:54:23 +0000
commit2b5f7b7feb7613e5dc38ff6ca025eb6e9d68be40 (patch)
tree170fa237958b675c6295b7e67b717b078630da81 /lisp/mail
parent1983467ef729319d27addc66eb49f25ca44980fa (diff)
(rmail-variables): Bind desktop-save-buffer to t.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmail.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 571219b3df..bdf04be519 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -1139,7 +1139,9 @@ Instead, these commands are available:
(make-local-variable 'kill-buffer-hook)
(add-hook 'kill-buffer-hook 'rmail-mode-kill-summary)
(make-local-variable 'file-precious-flag)
- (setq file-precious-flag t))
+ (setq file-precious-flag t)
+ (make-local-variable 'desktop-save-buffer)
+ (setq desktop-save-buffer t))
;; Handle M-x revert-buffer done in an rmail-mode buffer.
(defun rmail-revert (arg noconfirm)