branch: master
commit 3fc5b201808b57efcab2e4f61e7afdc3cd3009ca
Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>

    Make dispatches fully redefinable.
---
 context-coloring.el |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index a513947..d1c2d52 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -864,8 +864,7 @@ interrupted (for synchronous strategies like `:colorizer' 
and
       (error "No colorizer, scopifier or command defined for dispatch"))
     (puthash symbol properties context-coloring-dispatch-hash-table)
     (dolist (mode modes)
-      (when (null (gethash mode context-coloring-mode-hash-table))
-        (puthash mode properties context-coloring-mode-hash-table)))))
+      (puthash mode properties context-coloring-mode-hash-table))))
 
 
 ;;; Colorization

Reply via email to