Skip to content

Commit 912a267

Browse files
committed
Merge pull request clojure-emacs#150 from dadinn/patch-1
added "map-indexed" into built-in function list
2 parents 53133c7 + b142665 commit 912a267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"load-file" "load-reader" "load-string" "loaded-libs" "locking"
187187
"long" "long-array" "longs" "loop" "macroexpand"
188188
"macroexpand-1" "make-array" "make-hierarchy" "map" "map?"
189-
"mapcat" "max" "max-key" "memfn" "memoize"
189+
"map-indexed" "mapcat" "max" "max-key" "memfn" "memoize"
190190
"merge" "merge-with" "meta" "method-sig" "methods"
191191
"min" "min-key" "mod" "name" "namespace"
192192
"neg?" "newline" "next" "nfirst" "nil?"

0 commit comments

Comments
 (0)