+2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
+ executing enriched-decode.
+
2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
* mm-util.el (mm-find-buffer-file-coding-system): Don't examine
(when (or (equal type "enriched")
(equal type "richtext"))
(ignore-errors
- (enriched-decode (point-min) (point-max))))
+ ;; 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)))))
(mm-handle-set-undisplayer
handle
`(lambda ()