Sync with semi-1_14
authoryoichi <yoichi>
Sat, 5 Apr 2003 12:22:25 +0000 (12:22 +0000)
committeryoichi <yoichi>
Sat, 5 Apr 2003 12:22:25 +0000 (12:22 +0000)
ChangeLog
mime-view.el

index 9a3c4c7..1a7b83e 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>
 
        * mime-view.el (mime-save-situation-examples): Bind print-length
index db34efd..c0a32a0 100644 (file)
@@ -1812,7 +1812,7 @@ If LINES is negative, scroll up LINES lines."
     default-charset))
 
 (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 encoding charset)
     (setq p-beg (aref situation 0)