]> git.eshelyaron.com Git - emacs.git/commitdiff
* mh-mime.el (message-options-set): Add missing autoloads from my
authorJeffrey C Honig <jch@bsdi.com>
Mon, 20 Aug 2007 16:30:53 +0000 (16:30 +0000)
committerJeffrey C Honig <jch@bsdi.com>
Mon, 20 Aug 2007 16:30:53 +0000 (16:30 +0000)
last change.

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

index ee332fc81863c62214f75d38230a97f7df74f117..45d0842c909482a457c0dfcb257460b95c991f2e 100644 (file)
@@ -1,5 +1,8 @@
 2007-08-20  Jeffrey C Honig  <jch@honig.net>
 
+       * 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.
 
index ffe558d1a62442c0a70bb62ddc39886dd2443915..f67220eaaf238320b873b033ea0ea8271011ce33 100644 (file)
 (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")