From: Mark Oteiza Date: Tue, 22 Nov 2016 04:05:47 +0000 (-0500) Subject: Revert "* lisp/htmlfontify.el (hfy-force-fontification): Use font-lock-ensure." X-Git-Tag: emacs-26.0.90~1279^2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c194dafe080c45528063a20075f8cd53a3760b3;p=emacs.git Revert "* lisp/htmlfontify.el (hfy-force-fontification): Use font-lock-ensure." This reverts commit 10efaf718c5258af0ba62077cf4e2aaf9fb90227. --- diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index a10d65b39f9..5ffbb6dfe2f 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -1825,7 +1825,7 @@ fontified. This is a simple convenience wrapper around (if (fboundp 'font-lock-ensure) (font-lock-ensure) (when font-lock-defaults - (font-lock-ensure)))) + (font-lock-fontify-buffer)))) ((fboundp #'jit-lock-fontify-now) (message "hfy jit-lock mode (%S %S)" window-system major-mode) (jit-lock-fontify-now))