comparison lisp/mh-e/mh-mime.el @ 66410:779be9915a30

* mh-gnus.el: Load mml.el in order to see if mml-minibuffer-read-disposition is defined or not. * mh-mime.el: Now that mh-gnus.el loads mml, we shouldn't need the mml autoloads.
author Bill Wohler <wohler@newt.com>
date Mon, 24 Oct 2005 20:46:06 +0000
parents 9f52d5da9ca6
children 06ed4e88d849
comparison
equal deleted inserted replaced
66409:5a25cc5e524a 66410:779be9915a30
46 (autoload 'gnus-article-goto-header "gnus-art") 46 (autoload 'gnus-article-goto-header "gnus-art")
47 (autoload 'gnus-eval-format "gnus-spec") 47 (autoload 'gnus-eval-format "gnus-spec")
48 (autoload 'gnus-get-buffer-create "gnus") 48 (autoload 'gnus-get-buffer-create "gnus")
49 (autoload 'message-options-set-recipient "message") 49 (autoload 'message-options-set-recipient "message")
50 (autoload 'mm-uu-dissect "mm-uu") 50 (autoload 'mm-uu-dissect "mm-uu")
51 (autoload 'mml-attach-file "mml")
52 (autoload 'mml-insert-empty-tag "mml")
53 (autoload 'mml-minibuffer-read-description "mml")
54 (autoload 'mml-minibuffer-read-disposition "mml")
55 (autoload 'mml-minibuffer-read-file "mml")
56 (autoload 'mml-to-mime "mml")
57 (autoload 'mml-unsecure-message "mml-sec") 51 (autoload 'mml-unsecure-message "mml-sec")
58 (autoload 'rfc2047-decode-region "rfc2047") 52 (autoload 'rfc2047-decode-region "rfc2047")
59 (autoload 'widget-convert-button "wid-edit") 53 (autoload 'widget-convert-button "wid-edit")
60 54
61 ;;;###mh-autoload 55 ;;;###mh-autoload