branch: master commit 5c5b429efdc9ffdef75bf987b4fb57f6089439c7 Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Fix font-lock error. --- context-coloring.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index 1e9553d..3a05bc2 100644 --- a/context-coloring.el +++ b/context-coloring.el @@ -193,6 +193,7 @@ the END point (exclusive) with the face corresponding to LEVEL." (or max (point-max))) ;; TODO: Make configurable at the dispatch level. (when (eq major-mode 'emacs-lisp-mode) + (font-lock-set-defaults) (font-lock-fontify-keywords-region (or min (point-min)) (or max (point-max))))))))