1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(rmail-variables): Bind desktop-save-buffer to t.

This commit is contained in:
Lars Hansen 2004-04-26 18:54:23 +00:00
parent 1983467ef7
commit 2b5f7b7feb

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