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 df0aaa5 commit 262739cCopy full SHA for 262739c
1 file changed
inf-clojure.el
@@ -1067,7 +1067,7 @@ Prefix argument AND-GO means switch to the Clojure buffer afterwards."
1067
1068
(defun inf-clojure-eval-form-and-next ()
1069
"Send the previous sexp to the inferior Clojure process and move to the next one."
1070
- (interactive "")
+ (interactive)
1071
(while (not (zerop (car (syntax-ppss))))
1072
(up-list))
1073
(inf-clojure-eval-last-sexp)
0 commit comments