From: Jeffrey C Honig Date: Tue, 21 Aug 2007 11:58:12 +0000 (+0000) Subject: (mm-decode-body): remove explicit autoload of X-Git-Tag: emacs-pretest-23.0.90~11432 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a14e729a31e338555760623a21aef06679543f2;p=emacs.git (mm-decode-body): remove explicit autoload of mh-alias-expand. --- diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 45d0842c909..647f5767471 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,11 @@ +2007-08-21 Jeffrey C Honig + + * mh-mime.el (mm-decode-body): remove explicit autoload of + mh-alias-expand. + + * mh-alias.el (mh-alias-expand): Set up automatic autoload of + mh-alias-expand. + 2007-08-20 Jeffrey C Honig * mh-mime.el (message-options-set): Add missing autoloads from my diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el index f67220eaaf2..659ab47d0db 100644 --- a/lisp/mh-e/mh-mime.el +++ b/lisp/mh-e/mh-mime.el @@ -63,7 +63,6 @@ (autoload 'message-options-get "message") (autoload 'message-options-set "message") (autoload 'message-options-set-recipient "message") -(autoload 'mh-alias-expand "mh-alias") (autoload 'mm-decode-body "mm-bodies") (autoload 'mm-uu-dissect "mm-uu") (autoload 'mml-unsecure-message "mml-sec")