summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-22 22:08:46 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-22 22:08:46 +0300
commit37365f10f42ffe493bfff93a0d9c129d60443b33 (patch)
treec30f7a9eb053e2cf040cba2fed6496d335d7e464 /cider-repl.el
parent6d4a5a81900387eb5ca67ae9b4e9787ae1ee7fe6 (diff)
[#2203] Extract the tracing functionality in its own source file
This also allows to simply auto-load the tracing commands when they are used for the first time.
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/cider-repl.el b/cider-repl.el
index 9a4a77ce..de93b68f 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -1562,8 +1562,8 @@ constructs."
(declare-function cider-eval-last-sexp "cider-interaction")
(declare-function cider-refresh "cider-interaction")
-(declare-function cider-toggle-trace-ns "cider-interaction")
-(declare-function cider-toggle-trace-var "cider-interaction")
+(declare-function cider-toggle-trace-ns "cider-tracing")
+(declare-function cider-toggle-trace-var "cider-tracing")
(declare-function cider-find-resource "cider-interaction")
(declare-function cider-find-ns "cider-interaction")
(declare-function cider-find-keyword "cider-interaction")