summaryrefslogtreecommitdiff
path: root/cider-test.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-26 08:12:19 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-26 08:12:19 +0300
commit02dc4aca6077bc17752d762aa8aecc93c0b41b76 (patch)
treee839bd85b4d4487e66da0aa218821ae1b346a445 /cider-test.el
parentd7d6821a80d149ba123d27e9e991fd2b9a7f11b4 (diff)
Move the cider-find-var functionality to cider-find.el
Diffstat (limited to 'cider-test.el')
-rw-r--r--cider-test.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/cider-test.el b/cider-test.el
index 06a6061a..a84c3053 100644
--- a/cider-test.el
+++ b/cider-test.el
@@ -255,6 +255,8 @@ Add to this list to have CIDER recognize additional test defining macros."
(when-let* ((pos (next-single-property-change pos 'type)))
(goto-char pos))))))
+(declare-function cider-find-var "cider-find")
+
(defun cider-test-jump (&optional arg)
"Find definition for test at point, if available.
The prefix ARG and `cider-prompt-for-symbol' decide whether to