From fe8c32a65d9ead86ec43c8f0ca5eabbfdb735303 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 23 Dec 1993 02:45:28 +0000 Subject: [PATCH] (mail-default-reply-to): Add autoload cookie. --- lisp/mail/sendmail.el | 1 + 1 file changed, 1 insertion(+) 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.") -- 2.39.5