Skip to content

Commit

Permalink
Replace clojure.tools.trace with orchard.trace
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yakushev committed Aug 27, 2024
1 parent 47585d5 commit 534b8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cider-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ with the given LIMIT."
;; we catch that case too.
;; FIXME: This matches values too, not just keys.
(when (seq-find (lambda (k) (and (stringp k)
(string-match (rx "clojure.tools.trace/traced" eos) k)))
(string-match (rx "orchard.trace/traced" eos) k)))
meta)
(push sym traced))
(when (and do-deprecated (nrepl-dict-get meta "deprecated"))
Expand Down

0 comments on commit 534b8f9

Please sign in to comment.