aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorRichard M. Stallman2003-04-24 02:00:09 +0000
committerRichard M. Stallman2003-04-24 02:00:09 +0000
commit2c1e2995e548446bb2afe55d1c735cc5e8153a08 (patch)
tree4b052779b01f66924201c743385529ca982ece58 /lisp/mail
parent4c91443d0706f5a73776f8ae72a49a15d319be6a (diff)
downloademacs-2c1e2995e548446bb2afe55d1c735cc5e8153a08.tar.gz
emacs-2c1e2995e548446bb2afe55d1c735cc5e8153a08.zip
(mail-send-and-exit): Make arg optional.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/sendmail.el2
1 files changed, 1 insertions, 1 deletions
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."
686 686
687;; User-level commands for sending. 687;; User-level commands for sending.
688 688
689(defun mail-send-and-exit (arg) 689(defun mail-send-and-exit (&optional arg)
690 "Send message like `mail-send', then, if no errors, exit from mail buffer. 690 "Send message like `mail-send', then, if no errors, exit from mail buffer.
691Prefix arg means don't delete this window." 691Prefix arg means don't delete this window."
692 (interactive "P") 692 (interactive "P")