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:
parent
1983467ef7
commit
2b5f7b7feb
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue