(mm-inline-text): Withdraw the last change.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 14 Jun 2005 01:37:53 +0000 (01:37 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 14 Jun 2005 01:37:53 +0000 (01:37 +0000)
lisp/ChangeLog
lisp/mm-view.el

index f66b366..6dbb0bb 100644 (file)
@@ -1,3 +1,7 @@
+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
index 2a200dc..8d03600 100644 (file)
       (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 ()