+2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * mm-view.el (mm-inline-text): Withdraw the last change.
+
2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
* mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
(when (or (equal type "enriched")
(equal type "richtext"))
(ignore-errors
- ;; Turn off `adaptive-fill-mode' that may cause an error
- ;; as the case may be.
- (let ((adaptive-fill-mode nil))
- (enriched-decode (point-min) (point-max)))))
+ (enriched-decode (point-min) (point-max))))
(mm-handle-set-undisplayer
handle
`(lambda ()