From 4d8350f51a0a5540168163feae2e3aec24c9f301 Mon Sep 17 00:00:00 2001 From: Oleksandr Yakushev Date: Wed, 28 Aug 2024 01:24:38 +0300 Subject: [PATCH] Replace clojure.tools.trace with orchard.trace --- cider-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cider-mode.el b/cider-mode.el index 88278276c..780a77ca2 100644 --- a/cider-mode.el +++ b/cider-mode.el @@ -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"))