(mime-display-multipart/mixed): Renamed from
authormorioka <morioka>
Tue, 16 Jun 1998 20:46:38 +0000 (20:46 +0000)
committermorioka <morioka>
Tue, 16 Jun 1998 20:46:38 +0000 (20:46 +0000)
`mime-preview-multipart/mixed'.

mime-view.el

index f6746fb..e11d576 100644 (file)
@@ -544,7 +544,7 @@ Each elements are regexp of field-name.")
                     #'mime-preview-play-current-entity)
     ))
 
-(defun mime-preview-multipart/mixed (entity situation)
+(defun mime-display-multipart/mixed (entity situation)
   (let ((children (mime-entity-children entity))
        (default-situation
          (cdr (assq 'childrens-situation situation))))
@@ -847,7 +847,7 @@ The compressed face will be piped to this command.")
       (if children
          (if (functionp body-presentation-method)
              (funcall body-presentation-method entity situation)
-           (mime-preview-multipart/mixed entity situation)
+           (mime-display-multipart/mixed entity situation)
            ))
       )))