diff options
author | Jeffrey C Honig <jch@bsdi.com> | 2007-08-20 16:30:53 +0000 |
---|---|---|
committer | Jeffrey C Honig <jch@bsdi.com> | 2007-08-20 16:30:53 +0000 |
commit | bd512dfbda24a9c80e73c6d3f9d4635aa876fc61 (patch) | |
tree | 80cfb916ccf1b04d646e56707003944e4a2e4c5b /lisp/mh-e/mh-mime.el | |
parent | 88b73bbf7e73d387813605b92a442c62192304cb (diff) | |
download | emacs-bd512dfbda24a9c80e73c6d3f9d4635aa876fc61.tar.gz |
* mh-mime.el (message-options-set): Add missing autoloads from my
last change.
Diffstat (limited to 'lisp/mh-e/mh-mime.el')
-rw-r--r-- | lisp/mh-e/mh-mime.el | 3 |
1 files changed, 3 insertions, 0 deletions
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") |