]> git.eshelyaron.com Git - emacs.git/commitdiff
(mm-decode-body): remove explicit autoload of
authorJeffrey C Honig <jch@bsdi.com>
Tue, 21 Aug 2007 11:58:12 +0000 (11:58 +0000)
committerJeffrey C Honig <jch@bsdi.com>
Tue, 21 Aug 2007 11:58:12 +0000 (11:58 +0000)
mh-alias-expand.

lisp/mh-e/ChangeLog
lisp/mh-e/mh-mime.el

index 45d0842c909482a457c0dfcb257460b95c991f2e..647f5767471beb080c593b3d12a6f66b05588da4 100644 (file)
@@ -1,3 +1,11 @@
+2007-08-21  Jeffrey C Honig  <jch@honig.net>
+
+       * 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  <jch@honig.net>
 
        * mh-mime.el (message-options-set): Add missing autoloads from my
index f67220eaaf238320b873b033ea0ea8271011ce33..659ab47d0dbdf47266254a0ce0da1187df8ba0b1 100644 (file)
@@ -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")