mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-07 15:21:46 +00:00
(mail-dont-send, mail-bury): Make ARG optional.
This commit is contained in:
parent
0d63ba8cd9
commit
8451b5e9c5
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user