From fcac1496e2f3c2abfebc0b4be50cb0e653ad04f3 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 21 Oct 2004 13:03:17 +0000 Subject: [PATCH] Fix previous commit. --- mime-view.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mime-view.el b/mime-view.el index badf0b4..8c5d0eb 100644 --- a/mime-view.el +++ b/mime-view.el @@ -991,10 +991,7 @@ MEDIA-TYPE must be (TYPE . SUBTYPE), TYPE or t. t means default." (set-auto-mode))))) (let ((font-lock-verbose nil)) ;; I find font-lock a bit too verbose. - (font-lock-fontify-buffer) - (when (and (boundp 'jit-lock-mode) - jit-lock-mode) - (jit-lock-fontify-now))) + (font-lock-fontify-buffer)) ;; By default, XEmacs font-lock uses non-duplicable text ;; properties. This code forces all the text properties ;; to be copied along with the text. -- 1.7.10.4