diff options
| -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 52bc36e3606..08d1dd2d98a 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el | |||
| @@ -1825,7 +1825,7 @@ fontified. This is a simple convenience wrapper around | |||
| 1825 | (if (fboundp 'font-lock-ensure) | 1825 | (if (fboundp 'font-lock-ensure) |
| 1826 | (font-lock-ensure) | 1826 | (font-lock-ensure) |
| 1827 | (when font-lock-defaults | 1827 | (when font-lock-defaults |
| 1828 | (font-lock-fontify-buffer)))) | 1828 | (font-lock-ensure)))) |
| 1829 | ((fboundp #'jit-lock-fontify-now) | 1829 | ((fboundp #'jit-lock-fontify-now) |
| 1830 | (message "hfy jit-lock mode (%S %S)" window-system major-mode) | 1830 | (message "hfy jit-lock mode (%S %S)" window-system major-mode) |
| 1831 | (jit-lock-fontify-now)) | 1831 | (jit-lock-fontify-now)) |