Function: rmail-summary-save-buffer
rmail-summary-save-buffer is an interactive and byte-compiled function
defined in rmailsum.el.gz.
Signature
(rmail-summary-save-buffer)
Documentation
Save the buffer associated with this RMAIL summary.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmailsum.el.gz
(defun rmail-summary-save-buffer ()
"Save the buffer associated with this RMAIL summary."
(interactive)
(save-window-excursion
(save-excursion
(switch-to-buffer rmail-buffer)
(save-buffer))))