diff options
| author | Jeffrey C Honig | 2007-08-20 16:30:53 +0000 |
|---|---|---|
| committer | Jeffrey C Honig | 2007-08-20 16:30:53 +0000 |
| commit | bd512dfbda24a9c80e73c6d3f9d4635aa876fc61 (patch) | |
| tree | 80cfb916ccf1b04d646e56707003944e4a2e4c5b | |
| parent | 88b73bbf7e73d387813605b92a442c62192304cb (diff) | |
| download | emacs-bd512dfbda24a9c80e73c6d3f9d4635aa876fc61.tar.gz emacs-bd512dfbda24a9c80e73c6d3f9d4635aa876fc61.zip | |
* mh-mime.el (message-options-set): Add missing autoloads from my
last change.
| -rw-r--r-- | lisp/mh-e/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/mh-e/mh-mime.el | 3 |
2 files changed, 6 insertions, 0 deletions
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 @@ | |||
| 1 | 2007-08-20 Jeffrey C Honig <jch@honig.net> | 1 | 2007-08-20 Jeffrey C Honig <jch@honig.net> |
| 2 | 2 | ||
| 3 | * mh-mime.el (message-options-set): Add missing autoloads from my | ||
| 4 | last change. | ||
| 5 | |||
| 3 | * mh-comp.el (mh-forward): Address SF 1730393. When forwarding | 6 | * mh-comp.el (mh-forward): Address SF 1730393. When forwarding |
| 4 | with mml, messages were included in reverse order. | 7 | with mml, messages were included in reverse order. |
| 5 | 8 | ||
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 @@ | |||
| 60 | (autoload 'mail-decode-encoded-word-string "mail-parse") | 60 | (autoload 'mail-decode-encoded-word-string "mail-parse") |
| 61 | (autoload 'mail-header-parse-content-type "mail-parse") | 61 | (autoload 'mail-header-parse-content-type "mail-parse") |
| 62 | (autoload 'mail-header-strip "mail-parse") | 62 | (autoload 'mail-header-strip "mail-parse") |
| 63 | (autoload 'message-options-get "message") | ||
| 64 | (autoload 'message-options-set "message") | ||
| 63 | (autoload 'message-options-set-recipient "message") | 65 | (autoload 'message-options-set-recipient "message") |
| 66 | (autoload 'mh-alias-expand "mh-alias") | ||
| 64 | (autoload 'mm-decode-body "mm-bodies") | 67 | (autoload 'mm-decode-body "mm-bodies") |
| 65 | (autoload 'mm-uu-dissect "mm-uu") | 68 | (autoload 'mm-uu-dissect "mm-uu") |
| 66 | (autoload 'mml-unsecure-message "mml-sec") | 69 | (autoload 'mml-unsecure-message "mml-sec") |