summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-23 08:29:45 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-23 08:29:45 +0300
commitf8a9f5ec734e1e326763b98912a084b56f529160 (patch)
tree3c22ead1d4c72d2e84c19a96d9469611a8f5102d /cider-repl.el
parent7f5c1df1044077551cb4f534b43be94c061f441f (diff)
[#2203] Extract the refresh functionality in its own source file
This also allows to simply auto-load the cider-refresh command when it is used for the first time.
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/cider-repl.el b/cider-repl.el
index f58c57fa..c6b2bc50 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -1483,7 +1483,7 @@ constructs."
(declare-function cider-classpath "cider-classpath")
(declare-function cider-repl-history "cider-repl-history")
(declare-function cider-run "cider-interaction")
-(declare-function cider-refresh "cider-interaction")
+(declare-function cider-refresh "cider-refresh")
(declare-function cider-version "cider")
(declare-function cider-test-run-loaded-tests "cider-test")
(declare-function cider-test-run-project-tests "cider-test")
@@ -1561,7 +1561,6 @@ constructs."
(copy-syntax-table clojure-mode-syntax-table))
(declare-function cider-eval-last-sexp "cider-interaction")
-(declare-function cider-refresh "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")