Skip to content

Commit c4a2961

Browse files
committed
Merge pull request #69 from bonifaido/master
Added a few missing built-ins
2 parents 2190548 + d8d43e2 commit c4a2961

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clojure-mode.el

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ elements of a def* forms."
426426
"fnext" "for" "force" "format" "future"
427427
"future-call" "future-cancel" "future-cancelled?" "future-done?" "future?"
428428
"gen-class" "gen-interface" "gensym" "get" "get-in"
429-
"get-method" "get-proxy-class" "get-thread-bindings" "get-validator" "hash"
430-
"hash-map" "hash-set" "identical?" "identity" "if-let"
429+
"get-method" "get-proxy-class" "get-thread-bindings" "get-validator" "group-by"
430+
"hash" "hash-map" "hash-set" "identical?" "identity" "if-let"
431431
"if-not" "ifn?" "import" "in-ns" "inc"
432432
"init-proxy" "instance?" "int" "int-array" "integer?"
433433
"interleave" "intern" "interpose" "into" "into-array"
@@ -447,7 +447,7 @@ elements of a def* forms."
447447
"ns-map" "ns-name" "ns-publics" "ns-refers" "ns-resolve"
448448
"ns-unalias" "ns-unmap" "nth" "nthnext" "num"
449449
"number?" "odd?" "or" "parents" "partial"
450-
"partition" "pcalls" "peek" "persistent!" "pmap"
450+
"partition" "partition-all" "partition-by" "pcalls" "peek" "persistent!" "pmap"
451451
"pop" "pop!" "pop-thread-bindings" "pos?" "pr"
452452
"pr-str" "prefer-method" "prefers" "primitives-classnames" "print"
453453
"print-ctor" "print-doc" "print-dup" "print-method" "print-namespace-doc"
@@ -468,7 +468,7 @@ elements of a def* forms."
468468
"set-validator!" "set?" "short" "short-array" "shorts"
469469
"shutdown-agents" "slurp" "some" "sort" "sort-by"
470470
"sorted-map" "sorted-map-by" "sorted-set" "sorted-set-by" "sorted?"
471-
"special-form-anchor" "special-symbol?" "split-at" "split-with" "str"
471+
"special-form-anchor" "special-symbol?" "spit" "split-at" "split-with" "str"
472472
"stream?" "string?" "struct" "struct-map" "subs"
473473
"subseq" "subvec" "supers" "swap!" "symbol"
474474
"symbol?" "sync" "syntax-symbol-anchor" "take" "take-last"

0 commit comments

Comments
 (0)