]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix font-lock error.
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Mon, 18 May 2015 00:00:51 +0000 (17:00 -0700)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Mon, 18 May 2015 00:00:51 +0000 (17:00 -0700)
context-coloring.el

index 1e9553d10161a6ef48b6588f5ba641565699f3d5..3a05bc2afe8dfe98b2f08e7b6f260d03d3c3489c 100644 (file)
@@ -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))))))))