# HG changeset patch # User Jeffrey C Honig # Date 1187627443 0 # Node ID c51f2772210a9125c89f23d2cfde8898d4d059fd # Parent 6499a8de7fcb5eaf4c2725d755bd696df5b466c6 * mh-mime.el (message-options-set): Add missing autoloads from my last change. diff -r 6499a8de7fcb -r c51f2772210a lisp/mh-e/mh-mime.el --- a/lisp/mh-e/mh-mime.el Mon Aug 20 15:53:09 2007 +0000 +++ b/lisp/mh-e/mh-mime.el Mon Aug 20 16:30:43 2007 +0000 @@ -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")