# HG changeset patch # User Richard M. Stallman # Date 1051149595 0 # Node ID 5c18ceba3ad87740dd360ab03333c4c8d44b9fbf # Parent 743008c058673db94c9f9da0d984cc1b38a2c50f (mail-send-and-exit): Make arg optional. diff -r 743008c05867 -r 5c18ceba3ad8 lisp/mail/sendmail.el --- 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")