Skip to content

Commit c1251c0

Browse files
danskardabbatsov
authored andcommitted
cider-eval-ns-form: use "P" instead of "p"
"p" is a number thus always true
1 parent 0d2ba20 commit c1251c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-eval.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ buffer, else display in a popup buffer."
13331333
(defun cider-eval-ns-form (&optional undef-all)
13341334
"Evaluate the current buffer's namespace form.
13351335
When UNDEF-ALL is non-nil, unmap all symbols and aliases first."
1336-
(interactive "p")
1336+
(interactive "P")
13371337
(when (clojure-find-ns)
13381338
(save-excursion
13391339
(goto-char (match-beginning 0))

0 commit comments

Comments
 (0)