diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-02-26 01:32:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-02-26 01:32:31 +0000 |
commit | 5c17abead8a5f169690180708473417fe5a7fbfd (patch) | |
tree | 3124f45cccf710c5463154746bf11a36e718bfba /lisp | |
parent | 2eee4a6b740f39227118d434c6ea9ff5672b43c5 (diff) | |
download | emacs-5c17abead8a5f169690180708473417fe5a7fbfd.tar.gz |
(mail-complete): Add autoload cookie.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mail/mailalias.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mailalias.el b/lisp/mail/mailalias.el index 2dee17ab65f..e9890c9e721 100644 --- a/lisp/mail/mailalias.el +++ b/lisp/mail/mailalias.el @@ -283,7 +283,7 @@ if it is quoted with double-quotes." (setq mail-aliases (cons (cons name definition) mail-aliases) mail-names t)))) - +;;;###autoload (defun mail-complete (arg) "Perform completion on header field or word preceding point. Completable headers are according to `mail-complete-alist'. If none matches |