* mime-view.el (mime-preview-toggle-display): Use boundary with
authoryoichi <yoichi>
Sat, 5 Apr 2003 11:54:23 +0000 (11:54 +0000)
committeryoichi <yoichi>
Sat, 5 Apr 2003 11:54:23 +0000 (11:54 +0000)
children.

ChangeLog
mime-view.el

index aef0adf..340a561 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * mime-view.el (mime-preview-toggle-display): Use boundary with
+       children.
+
 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * semi-def.el (mime-should-use-popup-menu): New function.
index add702e..b5164d4 100644 (file)
@@ -1806,7 +1806,7 @@ If LINES is negative, scroll up LINES lines."
 ;;;
 
 (defun mime-preview-toggle-display (type &optional display)
-  (let ((situation (mime-preview-find-boundary-info))
+  (let ((situation (mime-preview-find-boundary-info t))
        (sym (intern (concat "*" (symbol-name type))))
        entity p-beg p-end)
     (setq p-beg (aref situation 0)