aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1993-12-23 02:45:28 +0000
committerRichard M. Stallman1993-12-23 02:45:28 +0000
commitfe8c32a65d9ead86ec43c8f0ca5eabbfdb735303 (patch)
tree730e9f90612b734d6a53e939e4dc3d37f5a712b6 /lisp
parent98b63c412b46b91d77022bc3f88a635e4712e521 (diff)
downloademacs-fe8c32a65d9ead86ec43c8f0ca5eabbfdb735303.tar.gz
emacs-fe8c32a65d9ead86ec43c8f0ca5eabbfdb735303.zip
(mail-default-reply-to): Add autoload cookie.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/sendmail.el1
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.
59Do not use an rmail file here! Instead, use its inbox file.") 59Do 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