mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(mail-send-and-exit): Make arg optional.
This commit is contained in:
parent
4c91443d07
commit
2c1e2995e5
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2003-04-23 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* 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.
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue