Mercurial > emacs
changeset 50787:3d35ca8a190d
(mail-dont-send, mail-bury): Make ARG optional.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 03 May 2003 13:52:57 +0000 |
parents | 01b16e9a75fb |
children | 2a3bf1afbe82 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Sat May 03 13:52:17 2003 +0000 +++ b/lisp/mail/sendmail.el Sat May 03 13:52:57 2003 +0000 @@ -693,13 +693,13 @@ (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))