branch: elpa/clojure-mode
commit 0511fc24bd47699d42ea5ade4983293b30ac9926
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Remove non-existent entries from extra font-locking
    
    - special-form-anchor, syntax-symbol-anchor: don't exist in any
      Clojure namespace
    - specify, specify!: ClojureScript-only (cljs.core)
    - stream?: removed pre-1.0, not in current Clojure
---
 clojure-mode-extra-font-locking.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/clojure-mode-extra-font-locking.el 
b/clojure-mode-extra-font-locking.el
index 959a7e7c97..369c4e8ee8 100644
--- a/clojure-mode-extra-font-locking.el
+++ b/clojure-mode-extra-font-locking.el
@@ -460,10 +460,7 @@
     "sorted-set"
     "sorted-set-by"
     "sorted?"
-    "special-form-anchor"
     "special-symbol?"
-    "specify"
-    "specify!"
     "spit"
     "split-at"
     "split-with"
@@ -473,7 +470,6 @@
     "stream-reduce!"
     "stream-seq!"
     "stream-transduce!"
-    "stream?"
     "string?"
     "struct"
     "struct-map"
@@ -485,7 +481,6 @@
     "swap-vals!"
     "symbol"
     "symbol?"
-    "syntax-symbol-anchor"
     "take"
     "take-last"
     "take-nth"

Reply via email to