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 1cd9ebb9..0d72b8fe 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -661,7 +661,7 @@ If invoked in a REPL buffer the command will prompt you for the name of the
namespace to switch to."
(interactive (list (if (derived-mode-p 'cider-repl-mode)
(completing-read "Switch to namespace: "
- (cider--all-ns))
+ (cider-sync-request:ns-list))
(cider-current-ns))))
(if ns
(with-current-buffer (cider-current-repl-buffer)