diff options
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/mail/sendmail.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index af6a7cc1a94..f360d750c21 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2003-04-23 Richard M. Stallman <rms@gnu.org> | 1 | 2003-04-23 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * mail/sendmail.el (mail-send-and-exit): Make arg optional. | ||
| 4 | |||
| 3 | * files.el (view-read-only): Doc fix. | 5 | * files.el (view-read-only): Doc fix. |
| 4 | 6 | ||
| 5 | * simple.el (back-to-indentation): Call backward-prefix-chars. | 7 | * simple.el (back-to-indentation): Call backward-prefix-chars. |
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. |
| 691 | Prefix arg means don't delete this window." | 691 | Prefix arg means don't delete this window." |
| 692 | (interactive "P") | 692 | (interactive "P") |