summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
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 c51a83ba..cb7aa1b7 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -551,7 +551,7 @@ If NEWLINE is true then add a newline at the end of the input."
(goto-char (point-max))
(cider-repl--mark-input-start)
(cider-repl--mark-output-start)
- (cider-eval form (cider-repl-handler (current-buffer)) nrepl-buffer-ns)))
+ (cider-eval form (cider-repl-handler (current-buffer)))))
(defun cider-repl-return (&optional end-of-input)
"Evaluate the current input string, or insert a newline.