]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-dont-send, mail-bury): Make ARG optional.
authorRichard M. Stallman <rms@gnu.org>
Sat, 3 May 2003 13:52:57 +0000 (13:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 3 May 2003 13:52:57 +0000 (13:52 +0000)
lisp/mail/sendmail.el

index 7ce31eaeb47825efa8124f5e6ee238cff58b485c..e89dc3392f576dbf75fe530de4c6c5910bc86b0e 100644 (file)
@@ -693,13 +693,13 @@ Prefix arg means don't delete this window."
   (mail-send)
   (mail-bury arg))
 
-(defun mail-dont-send (arg)
+(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))
 
-(defun mail-bury (arg)
+(defun mail-bury (&optional arg)
   "Bury this mail buffer."
   (let ((newbuf (other-buffer (current-buffer))))
     (bury-buffer (current-buffer))