diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-08-08 23:23:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-08-08 23:23:33 +0000 |
commit | a06d7943417d274c4cfd28514a17ec5f76c73b6a (patch) | |
tree | 7918bada3f581438514b7064025ded08b4a55d24 | |
parent | f29c36952c38cfe51b3bd7ebdb549b4f8e44851e (diff) | |
download | emacs-a06d7943417d274c4cfd28514a17ec5f76c73b6a.tar.gz emacs-a06d7943417d274c4cfd28514a17ec5f76c73b6a.tar.bz2 emacs-a06d7943417d274c4cfd28514a17ec5f76c73b6a.zip |
(mail-alias-file): Add autoload cookie.
-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 29f86ff7b08..0f2861f8868 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -62,6 +62,7 @@ Do not use an rmail file here! Instead, use its inbox file.") (defvar mail-default-reply-to nil "*Address to insert as default Reply-to field of outgoing messages.") +;;;###autoload (defvar mail-alias-file nil "*If non-nil, the name of a file to use instead of `/usr/lib/aliases'. This file defines aliases to be expanded by the mailer; this is a different |