Skip to content

Commit 1905635

Browse files
j-crbbatsov
authored andcommitted
Fix a typo in cider-info-form
This also fixes babashka/babashka.nrepl#26
1 parent 37a4c9c commit 1905635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cider-client.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,8 @@ contain a `candidates' key, it is returned as is."
430430
(update :ns str)
431431
(update :name str)
432432
(update :file (comp str clojure.java.io/resource))
433-
(cond-> (:macro m) (update :macro str))
434-
(cond-> (:special-form m) (update :special-form str))
433+
(cond-> (:macro info) (update :macro str))
434+
(cond-> (:special-form info) (update :special-form str))
435435
(assoc :arglists-str (str (:arglists info)))
436436
(clojure.walk/stringify-keys)))))
437437
")

0 commit comments

Comments
 (0)