]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-variables): Bind desktop-save-buffer to t.
authorLars Hansen <larsh@soem.dk>
Mon, 26 Apr 2004 18:54:23 +0000 (18:54 +0000)
committerLars Hansen <larsh@soem.dk>
Mon, 26 Apr 2004 18:54:23 +0000 (18:54 +0000)
lisp/mail/rmail.el

index 571219b3dfe0e4ff0f059c7fe1d9799bb8c10d49..bdf04be519a522089d1bafab54e60b65c10f5f34 100644 (file)
@@ -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)