Synch to No Gnus 200506140137.
authoryamaoka <yamaoka>
Tue, 14 Jun 2005 01:38:30 +0000 (01:38 +0000)
committeryamaoka <yamaoka>
Tue, 14 Jun 2005 01:38:30 +0000 (01:38 +0000)
lisp/ChangeLog
lisp/mm-view.el

index d0e188c..58638a8 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 0d74f22..f3e2f79 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 ()