# HG changeset patch # User Bill Wohler # Date 1130107665 0 # Node ID 9f52d5da9ca6807ae8a0eb234b1ac651579df4d0 # Parent f5ade15d46f28d6e8fc1139f0d96a3c40e8b9718 Autoload mm-uu for mm-uu-dissect to avoid compiler warning in Emacs 22. diff -r f5ade15d46f2 -r 9f52d5da9ca6 lisp/mh-e/mh-mime.el --- a/lisp/mh-e/mh-mime.el Sun Oct 23 22:47:27 2005 +0000 +++ b/lisp/mh-e/mh-mime.el Sun Oct 23 22:47:45 2005 +0000 @@ -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")