Skip to content

Commit 4fd24b1

Browse files
committed
Improve the info fallback eval form
1 parent f4224f8 commit 4fd24b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cider-client.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +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))
433435
(assoc :arglists-str (str (:arglists info)))
434436
(clojure.walk/stringify-keys)))))
435437
")

0 commit comments

Comments
 (0)