diff options
author | Mark Oteiza <mvoteiza@udel.edu> | 2016-11-21 23:05:47 -0500 |
---|---|---|
committer | Mark Oteiza <mvoteiza@udel.edu> | 2016-11-21 23:05:47 -0500 |
commit | 3c194dafe080c45528063a20075f8cd53a3760b3 (patch) | |
tree | d3ad5592f375c7fe5553853cbf73d76494d39161 /lisp | |
parent | f9946cab7e30a7e01806c4d6273a9251a4504c16 (diff) | |
download | emacs-3c194dafe080c45528063a20075f8cd53a3760b3.tar.gz emacs-3c194dafe080c45528063a20075f8cd53a3760b3.tar.bz2 emacs-3c194dafe080c45528063a20075f8cd53a3760b3.zip |
Revert "* lisp/htmlfontify.el (hfy-force-fontification): Use font-lock-ensure."
This reverts commit 10efaf718c5258af0ba62077cf4e2aaf9fb90227.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/htmlfontify.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |