From 3c194dafe080c45528063a20075f8cd53a3760b3 Mon Sep 17 00:00:00 2001 From: Mark Oteiza Date: Mon, 21 Nov 2016 23:05:47 -0500 Subject: [PATCH] Revert "* lisp/htmlfontify.el (hfy-force-fontification): Use font-lock-ensure." This reverts commit 10efaf718c5258af0ba62077cf4e2aaf9fb90227. --- lisp/htmlfontify.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5