emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 5c5b429 32/47: Fix font-lock error.


From: Jackson Ray Hamilton
Subject: [elpa] master 5c5b429 32/47: Fix font-lock error.
Date: Mon, 18 May 2015 09:52:00 +0000

branch: master
commit 5c5b429efdc9ffdef75bf987b4fb57f6089439c7
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    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))))))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]