+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.
;;;
(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)