# HG changeset patch # User Dave Love # Date 973696982 0 # Node ID acb605e6da0e2b806d3362ebb807af46cb8ecadc # Parent d66d9f108b83b6d0a3bad3e20f2383afe6d834e1 (mm-insert-inline): Autoload. diff -r d66d9f108b83 -r acb605e6da0e lisp/gnus/mm-decode.el --- 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."