# HG changeset patch # User Richard M. Stallman # Date 756614728 0 # Node ID 50406a868f05492127dee20181a775eed88c46dd # Parent 93a5ed7aaeb56840b4252a6abf2fa15c4664b156 (mail-default-reply-to): Add autoload cookie. diff -r 93a5ed7aaeb5 -r 50406a868f05 lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Thu Dec 23 02:43:28 1993 +0000 +++ b/lisp/mail/sendmail.el Thu Dec 23 02:45:28 1993 +0000 @@ -58,6 +58,7 @@ *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.")