From: Richard M. Stallman Date: Thu, 23 Dec 1993 02:45:28 +0000 (+0000) Subject: (mail-default-reply-to): Add autoload cookie. X-Git-Tag: emacs-19.34~10590 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fe8c32a65d9ead86ec43c8f0ca5eabbfdb735303;p=emacs.git (mail-default-reply-to): Add autoload cookie. --- 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'.") *Name of file to write all outgoing messages in, or nil for none. Do not use an rmail file here! Instead, use its inbox file.") +;;;###autoload (defvar mail-default-reply-to nil "*Address to insert as default Reply-to field of outgoing messages.")