]> git.eshelyaron.com Git - emacs.git/commitdiff
(mh-alias-expand): Set up automatic autoload of
authorJeffrey C Honig <jch@bsdi.com>
Tue, 21 Aug 2007 11:57:39 +0000 (11:57 +0000)
committerJeffrey C Honig <jch@bsdi.com>
Tue, 21 Aug 2007 11:57:39 +0000 (11:57 +0000)
mh-alias-expand.

lisp/mh-e/mh-alias.el

index 88ba26f127ec6199849f78a3d4a97b0435240205..333cfb3a4b06a80e3d8ed80c5e436490090cbfed 100644 (file)
@@ -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."