Skip to content

Commit

Permalink
Improve the info fallback eval form
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jul 18, 2020
1 parent f4224f8 commit 4fd24b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cider-client.el
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,8 @@ contain a `candidates' key, it is returned as is."
(update :ns str)
(update :name str)
(update :file (comp str clojure.java.io/resource))
(cond-> (:macro m) (update :macro str))
(cond-> (:special-form m) (update :special-form str))
(assoc :arglists-str (str (:arglists info)))
(clojure.walk/stringify-keys)))))
")
Expand Down

0 comments on commit 4fd24b1

Please sign in to comment.