emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 3c194da: Revert "* lisp/htmlfontify.el (hfy-force-f


From: Mark Oteiza
Subject: [Emacs-diffs] master 3c194da: Revert "* lisp/htmlfontify.el (hfy-force-fontification): Use font-lock-ensure."
Date: Tue, 22 Nov 2016 04:06:29 +0000 (UTC)

branch: master
commit 3c194dafe080c45528063a20075f8cd53a3760b3
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    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 a10d65b..5ffbb6d 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]