`mime-article/grab-message/partials' ->
authormorioka <morioka>
Tue, 18 Mar 1997 12:59:09 +0000 (12:59 +0000)
committermorioka <morioka>
Tue, 18 Mar 1997 12:59:09 +0000 (12:59 +0000)
`mime-combine-message/partials-automatically'.

mime-partial.el

index dc2c4ff..522211a 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: OKABE Yasuo @ Kyoto University
 ;;         MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Version:
-;;     $Id: mime-partial.el,v 0.6 1997-03-18 12:52:39 morioka Exp $ 
+;;     $Id: mime-partial.el,v 0.7 1997-03-18 12:59:09 morioka Exp $ 
 ;; Keywords: message/partial, MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
        (error "Fatal. Unsupported mode")
        ))))
 
-(defun mime-article/grab-message/partials (beg end cal)
+(defun mime-combine-message/partials-automatically (beg end cal)
+  "Internal method for mime-view to combine message/partial messages
+automatically.  This function refers variable
+`mime-view-partial-message-method-alist' to select function to display
+partial messages using mime-view."
   (interactive)
   (let* ((id (cdr (assoc "id" cal)))
         (target (cdr (assq 'major-mode cal)))