Add autoload for `mime-combine-message/partials-automatically'.
authormorioka <morioka>
Tue, 18 Mar 1997 13:04:55 +0000 (13:04 +0000)
committermorioka <morioka>
Tue, 18 Mar 1997 13:04:55 +0000 (13:04 +0000)
emh.el

diff --git a/emh.el b/emh.el
index e8e7364..3884103 100644 (file)
--- a/emh.el
+++ b/emh.el
@@ -8,7 +8,7 @@
 ;; Created: 1993/11/21
 ;;     Renamed: 1993/11/27 from mh-e-mime.el
 ;;     Renamed: 1997/02/21 from tm-mh-e.el
-;; Version: $Revision: 0.13 $
+;; Version: $Revision: 0.14 $
 ;; Keywords: MH, MIME, multimedia, encoded-word, multilingual, mail
 
 ;; This file is part of emh.
@@ -38,7 +38,7 @@
 ;;;
 
 (defconst emh-RCS-ID
-  "$Id: emh.el,v 0.13 1997-03-18 13:00:21 morioka Exp $")
+  "$Id: emh.el,v 0.14 1997-03-18 13:04:55 morioka Exp $")
 
 (defconst emh-version (get-version-string emh-RCS-ID))
 
@@ -305,6 +305,9 @@ It is registered to variable `mime-view-content-header-filter-alist'."
  'mime-partial
  (function
   (lambda ()
+    (autoload 'mime-combine-message/partials-automatically
+      "mime-partial"
+      "Internal method to combine message/partial messages automatically.")
     (set-atype 'mime/content-decoding-condition
               '((type . "message/partial")
                 (method . mime-combine-message/partials-automatically)