From 5a14e729a31e338555760623a21aef06679543f2 Mon Sep 17 00:00:00 2001 From: Jeffrey C Honig Date: Tue, 21 Aug 2007 11:58:12 +0000 Subject: [PATCH] (mm-decode-body): remove explicit autoload of mh-alias-expand. --- lisp/mh-e/ChangeLog | 8 ++++++++ lisp/mh-e/mh-mime.el | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) 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") -- 2.39.2