From ac9cb611f422f1133a9520efa469687c0cd3af18 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 25 Jun 2018 09:44:51 +0300 Subject: [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. --- cider-connection.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cider-connection.el') 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") -- cgit v1.2.3