Fix: Warning: "font-lock-fontify-buffer" is for interactive use only; use
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 30 Mar 2017 00:13:05 +0300
changeset 1518 7965eec19342
parent 1517 29677daeb8ab
child 1519 7b320068aa6b
Fix: Warning: "font-lock-fontify-buffer" is for interactive use only; use font-lock-ensure or font-lock-flush instead.
log4-hi-mode.el
--- a/log4-hi-mode.el	Wed Mar 29 23:55:10 2017 +0300
+++ b/log4-hi-mode.el	Thu Mar 30 00:13:05 2017 +0300
@@ -57,7 +57,7 @@
     (font-lock-remove-keywords nil log4-hi-keywords)
     (font-lock-remove-keywords nil log4-hi-time-keywords)
     (font-lock-remove-keywords nil log4-hi-func-keywords))
-  (font-lock-fontify-buffer))
+  (font-lock-flush))
 
 (provide 'log4-hi-mode)