From ae46d28cd75b68d1fe55c56da3f93430a31a6439 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 16 Jun 1998 20:46:38 +0000 Subject: [PATCH] (mime-display-multipart/mixed): Renamed from `mime-preview-multipart/mixed'. --- mime-view.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) )) ))) -- 1.7.10.4