Mercurial > emacs
changeset 82492:53b3cb91942e
(mh-alias-expand): Set up automatic autoload of
mh-alias-expand.
author | Jeffrey C Honig <jch@bsdi.com> |
---|---|
date | Tue, 21 Aug 2007 11:57:39 +0000 |
parents | 962fb740e73f |
children | 2ec53fd2d68f |
files | lisp/mh-e/mh-alias.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mh-e/mh-alias.el Tue Aug 21 04:51:30 2007 +0000 +++ b/lisp/mh-e/mh-alias.el Tue Aug 21 11:57:39 2007 +0000 @@ -244,6 +244,7 @@ (message "%s" (error-message-string err)) alias)))) +;;;###mh-autoload (defun mh-alias-expand (alias) "Return expansion for ALIAS. Blind aliases or users from /etc/passwd are not expanded."