From: morioka Date: Tue, 16 Jun 1998 20:46:38 +0000 (+0000) Subject: (mime-display-multipart/mixed): Renamed from X-Git-Tag: remi-199811302358~56 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ae46d28cd75b68d1fe55c56da3f93430a31a6439;p=elisp%2Fsemi.git (mime-display-multipart/mixed): Renamed from `mime-preview-multipart/mixed'. --- diff --git a/mime-view.el b/mime-view.el index f6746fb..e11d576 100644 --- a/mime-view.el +++ b/mime-view.el @@ -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) )) )))