From fc6327bd2ef56ea1ad84d008d42da2585c08e460 Mon Sep 17 00:00:00 2001 From: Michael Griffiths Date: Tue, 17 Mar 2015 23:19:18 +0000 Subject: [PATCH] Send the complete ns form in interactive eval requests Fixes #1026. --- cider-interaction.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/cider-interaction.el b/cider-interaction.el index 19b823e79..afe33fe1f 100644 --- a/cider-interaction.el +++ b/cider-interaction.el @@ -1447,8 +1447,6 @@ START-POS is a starting position of the form in the original context." ((or (null cur-ns-form) (cider-ns-form-p form)) "") - ((string= cur-ns-form cider--cached-ns-form) - (format "(ns %s)" (cider-current-ns))) ((null cider--cached-ns-form) cur-ns-form) (t