From: Jeffrey C Honig Date: Tue, 21 Aug 2007 11:57:39 +0000 (+0000) Subject: (mh-alias-expand): Set up automatic autoload of X-Git-Tag: emacs-pretest-23.0.90~11433 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=11b2dd64df1fdc2f5657c2957118821b444677a0;p=emacs.git (mh-alias-expand): Set up automatic autoload of mh-alias-expand. --- diff --git a/lisp/mh-e/mh-alias.el b/lisp/mh-e/mh-alias.el index 88ba26f127e..333cfb3a4b0 100644 --- a/lisp/mh-e/mh-alias.el +++ b/lisp/mh-e/mh-alias.el @@ -244,6 +244,7 @@ returns the string unchanged if not defined. The same is done here." (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."