aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorLars Hansen2004-04-26 18:54:23 +0000
committerLars Hansen2004-04-26 18:54:23 +0000
commit2b5f7b7feb7613e5dc38ff6ca025eb6e9d68be40 (patch)
tree170fa237958b675c6295b7e67b717b078630da81 /lisp/mail
parent1983467ef729319d27addc66eb49f25ca44980fa (diff)
downloademacs-2b5f7b7feb7613e5dc38ff6ca025eb6e9d68be40.tar.gz
emacs-2b5f7b7feb7613e5dc38ff6ca025eb6e9d68be40.zip
(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 571219b3dfe..bdf04be519a 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -1139,7 +1139,9 @@ Instead, these commands are available:
1139 (make-local-variable 'kill-buffer-hook) 1139 (make-local-variable 'kill-buffer-hook)
1140 (add-hook 'kill-buffer-hook 'rmail-mode-kill-summary) 1140 (add-hook 'kill-buffer-hook 'rmail-mode-kill-summary)
1141 (make-local-variable 'file-precious-flag) 1141 (make-local-variable 'file-precious-flag)
1142 (setq file-precious-flag t)) 1142 (setq file-precious-flag t)
1143 (make-local-variable 'desktop-save-buffer)
1144 (setq desktop-save-buffer t))
1143 1145
1144;; Handle M-x revert-buffer done in an rmail-mode buffer. 1146;; Handle M-x revert-buffer done in an rmail-mode buffer.
1145(defun rmail-revert (arg noconfirm) 1147(defun rmail-revert (arg noconfirm)