From: Richard M. Stallman Date: Thu, 24 Apr 2003 02:00:09 +0000 (+0000) Subject: (mail-send-and-exit): Make arg optional. X-Git-Tag: ttn-vms-21-2-B4~10430 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2c1e2995e548446bb2afe55d1c735cc5e8153a08;p=emacs.git (mail-send-and-exit): Make arg optional. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index af6a7cc1a94..f360d750c21 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2003-04-23 Richard M. Stallman + * mail/sendmail.el (mail-send-and-exit): Make arg optional. + * files.el (view-read-only): Doc fix. * simple.el (back-to-indentation): Call backward-prefix-chars. diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 40ef9e87228..7ce31eaeb47 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -686,7 +686,7 @@ If within the headers, this makes the new lines into continuation lines." ;; 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")