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

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

[elpa] master a7f5970 04/28: Remove unused function.


From: Jackson Ray Hamilton
Subject: [elpa] master a7f5970 04/28: Remove unused function.
Date: Tue, 05 May 2015 11:10:15 +0000

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

    Remove unused function.
---
 context-coloring.el |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index cd1b97a..5ef09ab 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -375,15 +375,6 @@ Invoke CALLBACK when complete."
 (defvar context-coloring-mode-hash-table (make-hash-table :test 'eq)
   "Map major mode names to dispatch property lists.")
 
-(defun context-coloring-select-dispatch (mode dispatch)
-  "Use DISPATCH for MODE."
-  (puthash
-   mode
-   (gethash
-    dispatch
-    context-coloring-dispatch-hash-table)
-   context-coloring-mode-hash-table))
-
 (defun context-coloring-define-dispatch (symbol &rest properties)
   "Define a new dispatch named SYMBOL with PROPERTIES.
 



reply via email to

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