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-selector.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cider-selector.el') diff --git a/cider-selector.el b/cider-selector.el index cd09cc93..92c90965 100644 --- a/cider-selector.el +++ b/cider-selector.el @@ -32,7 +32,7 @@ ;;; Code: (require 'cider-client) -(require 'cider-interaction) +(require 'cider-eval) (require 'cider-scratch) (defconst cider-selector-help-buffer "*CIDER Selector Help*" -- cgit v1.2.3