From bd512dfbda24a9c80e73c6d3f9d4635aa876fc61 Mon Sep 17 00:00:00 2001 From: Jeffrey C Honig Date: Mon, 20 Aug 2007 16:30:53 +0000 Subject: [PATCH] * mh-mime.el (message-options-set): Add missing autoloads from my last change. --- lisp/mh-e/ChangeLog | 3 +++ lisp/mh-e/mh-mime.el | 3 +++ 2 files changed, 6 insertions(+) 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") -- 2.39.2