We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2ba20 commit c1251c0Copy full SHA for c1251c0
cider-eval.el
@@ -1333,7 +1333,7 @@ buffer, else display in a popup buffer."
1333
(defun cider-eval-ns-form (&optional undef-all)
1334
"Evaluate the current buffer's namespace form.
1335
When UNDEF-ALL is non-nil, unmap all symbols and aliases first."
1336
- (interactive "p")
+ (interactive "P")
1337
(when (clojure-find-ns)
1338
(save-excursion
1339
(goto-char (match-beginning 0))
0 commit comments