summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2005-10-23 22:47:45 +0000
committerBill Wohler <wohler@newt.com>2005-10-23 22:47:45 +0000
commit1bea9ec4d568049792ef0b3e538cd7bf5fd14f26 (patch)
tree1adea10559c397077b43ff10426c5db8aa2b74dd /lisp
parent9a51cf9e1c0c1cdc00c3ff6374e9aba52c73ae70 (diff)
downloademacs-1bea9ec4d568049792ef0b3e538cd7bf5fd14f26.tar.gz
emacs-1bea9ec4d568049792ef0b3e538cd7bf5fd14f26.tar.bz2
emacs-1bea9ec4d568049792ef0b3e538cd7bf5fd14f26.zip
Autoload mm-uu for mm-uu-dissect to avoid compiler warning in Emacs
22.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mh-e/mh-mime.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el
index 9f23cb71084..18a2995d7a1 100644
--- a/lisp/mh-e/mh-mime.el
+++ b/lisp/mh-e/mh-mime.el
@@ -47,6 +47,7 @@
(autoload 'gnus-eval-format "gnus-spec")
(autoload 'gnus-get-buffer-create "gnus")
(autoload 'message-options-set-recipient "message")
+(autoload 'mm-uu-dissect "mm-uu")
(autoload 'mml-attach-file "mml")
(autoload 'mml-insert-empty-tag "mml")
(autoload 'mml-minibuffer-read-description "mml")