diff options
| -rw-r--r-- | lisp/mail/sendmail.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index b09f09c9698..aa8caef8ab2 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -58,6 +58,7 @@ The headers are be delimited by a line which is `mail-header-separator'.") | |||
| 58 | *Name of file to write all outgoing messages in, or nil for none. | 58 | *Name of file to write all outgoing messages in, or nil for none. |
| 59 | Do not use an rmail file here! Instead, use its inbox file.") | 59 | Do not use an rmail file here! Instead, use its inbox file.") |
| 60 | 60 | ||
| 61 | ;;;###autoload | ||
| 61 | (defvar mail-default-reply-to nil | 62 | (defvar mail-default-reply-to nil |
| 62 | "*Address to insert as default Reply-to field of outgoing messages.") | 63 | "*Address to insert as default Reply-to field of outgoing messages.") |
| 63 | 64 | ||