# HG changeset patch # User Jeffrey C Honig # Date 1187697459 0 # Node ID 53b3cb91942ebff505b4824ae8ba9de18230eb74 # Parent 962fb740e73f87e41936241c7bfebc072d49c2c3 (mh-alias-expand): Set up automatic autoload of mh-alias-expand. diff -r 962fb740e73f -r 53b3cb91942e lisp/mh-e/mh-alias.el --- 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."