aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e
diff options
context:
space:
mode:
authorJeffrey C Honig <[email protected]>2007-08-21 11:57:39 +0000
committerJeffrey C Honig <[email protected]>2007-08-21 11:57:39 +0000
commit11b2dd64df1fdc2f5657c2957118821b444677a0 (patch)
treebc17a09679ece15dd8fe5fda8f95f1def52852e3 /lisp/mh-e
parentbdaf8a62d53cf8d5a0dc4f0dc530ecd6fc1f44fe (diff)
(mh-alias-expand): Set up automatic autoload of
mh-alias-expand.
Diffstat (limited to 'lisp/mh-e')
-rw-r--r--lisp/mh-e/mh-alias.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mh-e/mh-alias.el b/lisp/mh-e/mh-alias.el
index 88ba26f127..333cfb3a4b 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."