changeset 33296:acb605e6da0e

(mm-insert-inline): Autoload.
author Dave Love <fx@gnu.org>
date Wed, 08 Nov 2000 15:23:02 +0000
parents d66d9f108b83
children 6e2421694ff5
files lisp/gnus/mm-decode.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/mm-decode.el	Wed Nov 08 14:31:51 2000 +0000
+++ b/lisp/gnus/mm-decode.el	Wed Nov 08 15:23:02 2000 +0000
@@ -31,7 +31,8 @@
 (eval-when-compile (require 'cl))
 
 (eval-and-compile
-  (autoload 'mm-inline-partial "mm-partial"))
+  (autoload 'mm-inline-partial "mm-partial")
+  (autoload 'mm-insert-inline "mm-view"))
 
 (defgroup mime-display ()
   "Display of MIME in mail and news articles."