Mercurial > emacs
changeset 50688:5c18ceba3ad8
(mail-send-and-exit): Make arg optional.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 24 Apr 2003 01:59:55 +0000 |
parents | 743008c05867 |
children | d7f480650128 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Thu Apr 24 01:58:49 2003 +0000 +++ b/lisp/mail/sendmail.el Thu Apr 24 01:59:55 2003 +0000 @@ -686,7 +686,7 @@ ;; User-level commands for sending. -(defun mail-send-and-exit (arg) +(defun mail-send-and-exit (&optional arg) "Send message like `mail-send', then, if no errors, exit from mail buffer. Prefix arg means don't delete this window." (interactive "P")