1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

sendmail.el trivia.

* lisp/mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
(expand-mail-aliases): Remove unnecessary autoload.
This commit is contained in:
Glenn Morris 2010-11-26 19:29:06 -08:00
parent 08b5f072c2
commit 8244506278
2 changed files with 5 additions and 9 deletions

View File

@ -1,5 +1,8 @@
2010-11-27 Glenn Morris <rgm@gnu.org>
* mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
(expand-mail-aliases): Remove unnecessary autoload.
* allout.el (allout-command-prefix, allout-mode-map): Declare.
* shell.el (shell-dir-cookie-re): Move definition before use.

View File

@ -383,15 +383,8 @@ The default value matches citations like `foo-bar>' plus whitespace."
map))
(autoload 'build-mail-aliases "mailalias"
"Read mail aliases from user's personal aliases file and set `mail-aliases'."
nil)
(autoload 'expand-mail-aliases "mailalias"
"Expand all mail aliases in suitable header fields found between BEG and END.
Suitable header fields are `To', `Cc' and `Bcc' and their `Resent-' variants.
Optional second arg EXCLUDE may be a regular expression defining text to be
removed from alias expansions."
nil)
"Read mail aliases from personal aliases file and set `mail-aliases'.
By default, this is the file specified by `mail-personal-alias-file'.")
;;;###autoload
(defcustom mail-signature t