Function: mail-dont-send
mail-dont-send is an interactive and byte-compiled function defined in
sendmail.el.gz.
Signature
(mail-dont-send &optional ARG)
Documentation
Don't send the message you have been editing.
Prefix arg means don't delete this window.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/mail/sendmail.el.gz
(defun mail-dont-send (&optional arg)
"Don't send the message you have been editing.
Prefix arg means don't delete this window."
(interactive "P")
(mail-bury arg))