diff options
author | Roland McGrath <roland@gnu.org> | 1991-05-09 21:50:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1991-05-09 21:50:34 +0000 |
commit | fbd81ad3176ea1e701b1bd0dcec4efe763249353 (patch) | |
tree | d43014b01a2cc445a662f0353e0dc684c2438c31 /lisp/mail/mailalias.el | |
parent | 082a12c3e1ef948e767ef5e705f752e4ff22aeda (diff) | |
download | emacs-fbd81ad3176ea1e701b1bd0dcec4efe763249353.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/mail/mailalias.el')
-rw-r--r-- | lisp/mail/mailalias.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/mailalias.el b/lisp/mail/mailalias.el index 792514330fb..7201d0182e7 100644 --- a/lisp/mail/mailalias.el +++ b/lisp/mail/mailalias.el @@ -130,6 +130,7 @@ removed from alias expansions." ;; Always autoloadable in case the user wants to define aliases ;; interactively or in .emacs. +;;;###autoload (defun define-mail-alias (name definition) "Define NAME as a mail alias that translates to DEFINITION. This means that sending a message to NAME will actually send to DEFINITION. |