From: Jeffrey C Honig Date: Mon, 20 Aug 2007 16:30:53 +0000 (+0000) Subject: * mh-mime.el (message-options-set): Add missing autoloads from my X-Git-Tag: emacs-pretest-23.0.90~11436 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd512dfbda24a9c80e73c6d3f9d4635aa876fc61;p=emacs.git * mh-mime.el (message-options-set): Add missing autoloads from my last change. --- diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index ee332fc8186..45d0842c909 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,5 +1,8 @@ 2007-08-20 Jeffrey C Honig + * mh-mime.el (message-options-set): Add missing autoloads from my + last change. + * mh-comp.el (mh-forward): Address SF 1730393. When forwarding with mml, messages were included in reverse order. diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el index ffe558d1a62..f67220eaaf2 100644 --- a/lisp/mh-e/mh-mime.el +++ b/lisp/mh-e/mh-mime.el @@ -60,7 +60,10 @@ (autoload 'mail-decode-encoded-word-string "mail-parse") (autoload 'mail-header-parse-content-type "mail-parse") (autoload 'mail-header-strip "mail-parse") +(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")