Skip to content

Commit d68708c

Browse files
committed
Merge pull request clojure-emacs#161 from monsanto/clojure-1.4-1.5-functions
Add clojure 1.4 and clojure 1.5 core functions.
2 parents f14f151 + a3d8aea commit d68708c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

clojure-mode.el

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
">=" "accessor" "aclone"
142142
"agent" "agent-errors" "aget" "alength" "alias"
143143
"all-ns" "alter" "alter-meta!" "alter-var-root" "amap"
144-
"ancestors" "and" "apply" "areduce" "array-map"
144+
"ancestors" "and" "apply" "areduce" "array-map" "as->"
145145
"aset" "aset-boolean" "aset-byte" "aset-char" "aset-double"
146146
"aset-float" "aset-int" "aset-long" "aset-short" "assert"
147147
"assoc" "assoc!" "assoc-in" "associative?" "atom"
@@ -156,7 +156,7 @@
156156
"chunk-next" "chunk-rest" "chunked-seq?" "class" "class?"
157157
"clear-agent-errors" "clojure-version" "coll?" "comment" "commute"
158158
"comp" "comparator" "compare" "compare-and-set!" "compile"
159-
"complement" "concat" "cond" "condp" "conj"
159+
"complement" "concat" "cond" "condp" "cond->" "cond->>" "conj"
160160
"conj!" "cons" "constantly" "construct-proxy" "contains?"
161161
"count" "counted?" "create-ns" "create-struct" "cycle"
162162
"dec" "decimal?" "declare" "definline" "defmacro"
@@ -168,8 +168,8 @@
168168
"doto" "double" "double-array" "doubles" "drop"
169169
"drop-last" "drop-while" "empty" "empty?" "ensure"
170170
"enumeration-seq" "eval" "even?" "every?"
171-
"extend" "extend-protocol" "extend-type" "extends?" "extenders"
172-
"false?" "ffirst" "file-seq" "filter" "find" "find-doc"
171+
"extend" "extend-protocol" "extend-type" "extends?" "extenders" "ex-info" "ex-data"
172+
"false?" "ffirst" "file-seq" "filter" "filterv" "find" "find-doc"
173173
"find-ns" "find-var" "first" "flatten" "float" "float-array"
174174
"float?" "floats" "flush" "fn" "fn?"
175175
"fnext" "for" "force" "format" "future"
@@ -186,7 +186,7 @@
186186
"line-seq" "list" "list*" "list?" "load"
187187
"load-file" "load-reader" "load-string" "loaded-libs" "locking"
188188
"long" "long-array" "longs" "loop" "macroexpand"
189-
"macroexpand-1" "make-array" "make-hierarchy" "map" "map?"
189+
"macroexpand-1" "make-array" "make-hierarchy" "map" "mapv" "map?"
190190
"map-indexed" "mapcat" "max" "max-key" "memfn" "memoize"
191191
"merge" "merge-with" "meta" "method-sig" "methods"
192192
"min" "min-key" "mod" "name" "namespace"
@@ -206,16 +206,17 @@
206206
"pvalues" "quot" "rand" "rand-int" "range"
207207
"ratio?" "rational?" "rationalize" "re-find" "re-groups"
208208
"re-matcher" "re-matches" "re-pattern" "re-seq" "read"
209-
"read-line" "read-string" "reify" "reduce" "ref" "ref-history-count"
209+
"read-line" "read-string" "reify" "reduce" "reduce-kv" "ref" "ref-history-count"
210210
"ref-max-history" "ref-min-history" "ref-set" "refer" "refer-clojure"
211211
"release-pending-sends" "rem" "remove" "remove-method" "remove-ns"
212212
"repeat" "repeatedly" "replace" "replicate"
213213
"require" "reset!" "reset-meta!" "resolve" "rest"
214214
"resultset-seq" "reverse" "reversible?" "rseq" "rsubseq"
215-
"satisfies?" "second" "select-keys" "send" "send-off" "seq"
215+
"satisfies?" "second" "select-keys" "send" "send-off" "send-via" "seq"
216216
"seq?" "seque" "sequence" "sequential?" "set"
217+
"set-agent-send-executor!" "set-agent-send-off-executor!"
217218
"set-validator!" "set?" "short" "short-array" "shorts"
218-
"shutdown-agents" "slurp" "some" "sort" "sort-by"
219+
"shutdown-agents" "slurp" "some" "some->" "some->>" "sort" "sort-by"
219220
"sorted-map" "sorted-map-by" "sorted-set" "sorted-set-by" "sorted?"
220221
"special-form-anchor" "special-symbol?" "spit" "split-at" "split-with" "str"
221222
"stream?" "string?" "struct" "struct-map" "subs"

0 commit comments

Comments
 (0)