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

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

[elpa] master 3fc5b20 27/47: Make dispatches fully redefinable.


From: Jackson Ray Hamilton
Subject: [elpa] master 3fc5b20 27/47: Make dispatches fully redefinable.
Date: Mon, 18 May 2015 09:51:56 +0000

branch: master
commit 3fc5b201808b57efcab2e4f61e7afdc3cd3009ca
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    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

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