From: yamaoka Date: Thu, 21 Oct 2004 13:03:17 +0000 (+0000) Subject: Fix previous commit. X-Git-Tag: emiko-1_14-epg-branchpoint~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fcac1496e2f3c2abfebc0b4be50cb0e653ad04f3;p=elisp%2Fsemi.git Fix previous commit. --- 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.