From 437ca5e2b393c1093e7289e59e84f5be92dfa306 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 14 Jun 2005 01:38:30 +0000 Subject: [PATCH] Synch to No Gnus 200506140137. --- lisp/ChangeLog | 4 ++++ lisp/mm-view.el | 5 +---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d0e188c..58638a8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-06-14 Katsumi Yamaoka + + * mm-view.el (mm-inline-text): Withdraw the last change. + 2005-06-09 Katsumi Yamaoka * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while diff --git a/lisp/mm-view.el b/lisp/mm-view.el index 0d74f22..f3e2f79 100644 --- a/lisp/mm-view.el +++ b/lisp/mm-view.el @@ -366,10 +366,7 @@ (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 () -- 1.7.10.4