summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-25 09:44:51 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-25 09:44:51 +0300
commitac9cb611f422f1133a9520efa469687c0cd3af18 (patch)
tree51d759d27ba77d8b51067322316819b58dc04e0e /cider-repl.el
parent02dc9dba9f58927b97a4367f0068934ea1b5dcfd (diff)
[Fix #2203] Rename cider-interaction.el to cider-eval.el
All of the non-eval functionality was removed, which marks the end of the process of breaking up the old file. Down the road we may opt to break down cider-eval into some core functionality and extra functionality, as many of the eval commands there are kind of "exotic", but that's not that important at this point.
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-repl.el b/cider-repl.el
index 48865b6e..52ef83b0 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -1561,7 +1561,7 @@ constructs."
(defvar cider-repl-mode-syntax-table
(copy-syntax-table clojure-mode-syntax-table))
-(declare-function cider-eval-last-sexp "cider-interaction")
+(declare-function cider-eval-last-sexp "cider-eval")
(declare-function cider-toggle-trace-ns "cider-tracing")
(declare-function cider-toggle-trace-var "cider-tracing")
(declare-function cider-find-resource "cider-find")