mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-09 01:05:39 -08:00
* mh-mime.el (message-options-set): Add missing autoloads from my
last change.
This commit is contained in:
parent
88b73bbf7e
commit
bd512dfbda
2 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue