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

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

[elpa] master d27f2fe 182/271: Fix callback removal.


From: Jackson Ray Hamilton
Subject: [elpa] master d27f2fe 182/271: Fix callback removal.
Date: Thu, 05 Feb 2015 18:31:01 +0000

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

    Fix callback removal.
---
 context-coloring.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index 565d568..37b423a 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -437,7 +437,7 @@ colorizing would be redundant."
         (context-coloring-kill-scopifier)
         (when (not (null 'context-coloring-colorize-idle-timer))
           (cancel-timer context-coloring-colorize-idle-timer))
-        (remove-hook 'js2-post-parse-callbacks 
'context-coloring-change-function t)
+        (remove-hook 'js2-post-parse-callbacks 'context-coloring-colorize t)
         (remove-hook 'after-change-functions 'context-coloring-change-function 
t)
         (font-lock-mode)
         (jit-lock-mode t))



reply via email to

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