summaryrefslogtreecommitdiff
path: root/cider-connection.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-connection.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-connection.el')
-rw-r--r--cider-connection.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/cider-connection.el b/cider-connection.el
index dabd86c0..7cd884a2 100644
--- a/cider-connection.el
+++ b/cider-connection.el
@@ -192,7 +192,7 @@ message in the REPL area."
"CIDER's version (%s) does not match cider-nrepl's version (%s). Things will break!"
cider-version middleware-version))))
-(declare-function cider-interactive-eval-handler "cider-interaction")
+(declare-function cider-interactive-eval-handler "cider-eval")
;; TODO: Use some null handler here
(defun cider--subscribe-repl-to-server-out ()
"Subscribe to the nREPL server's *out*."
@@ -479,7 +479,7 @@ Assume that the current buffer is a REPL."
(with-current-buffer nrepl-messages-buffer
(rename-buffer mbuf-name)))))))
-(declare-function cider-default-err-handler "cider-interaction")
+(declare-function cider-default-err-handler "cider-eval")
(declare-function cider-repl-mode "cider-repl")
(declare-function cider-repl--state-handler "cider-repl")
(declare-function cider-repl-reset-markers "cider-repl")