From 24aa7be3048c62204f7f73a6457423beff039406 Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 5 Jun 1998 05:56:23 +0000 Subject: [PATCH] (mime-preview-multipart/mixed): fixed typo. --- mime-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mime-view.el b/mime-view.el index 2882475..eee3635 100644 --- a/mime-view.el +++ b/mime-view.el @@ -485,7 +485,7 @@ Each elements are regexp of field-name.") (default-situation (cdr (assq 'childrens-situation situation)))) (while children - (mime-view-display-entity (car children) message-info + (mime-view-display-entity (car children) mime-raw-message-info mime-raw-buffer (current-buffer) default-situation) (setq children (cdr children)) -- 1.7.10.4