Skip to content

Commit

Permalink
Merge pull request clojure-emacs#69 from bonifaido/master
Browse files Browse the repository at this point in the history
Added a few missing built-ins
  • Loading branch information
technomancy committed Mar 7, 2012
2 parents 2190548 + d8d43e2 commit c4a2961
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions clojure-mode.el
Expand Up @@ -426,8 +426,8 @@ elements of a def* forms."
"fnext" "for" "force" "format" "future"
"future-call" "future-cancel" "future-cancelled?" "future-done?" "future?"
"gen-class" "gen-interface" "gensym" "get" "get-in"
"get-method" "get-proxy-class" "get-thread-bindings" "get-validator" "hash"
"hash-map" "hash-set" "identical?" "identity" "if-let"
"get-method" "get-proxy-class" "get-thread-bindings" "get-validator" "group-by"
"hash" "hash-map" "hash-set" "identical?" "identity" "if-let"
"if-not" "ifn?" "import" "in-ns" "inc"
"init-proxy" "instance?" "int" "int-array" "integer?"
"interleave" "intern" "interpose" "into" "into-array"
Expand All @@ -447,7 +447,7 @@ elements of a def* forms."
"ns-map" "ns-name" "ns-publics" "ns-refers" "ns-resolve"
"ns-unalias" "ns-unmap" "nth" "nthnext" "num"
"number?" "odd?" "or" "parents" "partial"
"partition" "pcalls" "peek" "persistent!" "pmap"
"partition" "partition-all" "partition-by" "pcalls" "peek" "persistent!" "pmap"
"pop" "pop!" "pop-thread-bindings" "pos?" "pr"
"pr-str" "prefer-method" "prefers" "primitives-classnames" "print"
"print-ctor" "print-doc" "print-dup" "print-method" "print-namespace-doc"
Expand All @@ -468,7 +468,7 @@ elements of a def* forms."
"set-validator!" "set?" "short" "short-array" "shorts"
"shutdown-agents" "slurp" "some" "sort" "sort-by"
"sorted-map" "sorted-map-by" "sorted-set" "sorted-set-by" "sorted?"
"special-form-anchor" "special-symbol?" "split-at" "split-with" "str"
"special-form-anchor" "special-symbol?" "spit" "split-at" "split-with" "str"
"stream?" "string?" "struct" "struct-map" "subs"
"subseq" "subvec" "supers" "swap!" "symbol"
"symbol?" "sync" "syntax-symbol-anchor" "take" "take-last"
Expand Down

0 comments on commit c4a2961

Please sign in to comment.