Skip to content

Commit 262739c

Browse files
committed
Fix spurious empty string in interactive spec
1 parent df0aaa5 commit 262739c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inf-clojure.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ Prefix argument AND-GO means switch to the Clojure buffer afterwards."
10671067

10681068
(defun inf-clojure-eval-form-and-next ()
10691069
"Send the previous sexp to the inferior Clojure process and move to the next one."
1070-
(interactive "")
1070+
(interactive)
10711071
(while (not (zerop (car (syntax-ppss))))
10721072
(up-list))
10731073
(inf-clojure-eval-last-sexp)

0 commit comments

Comments
 (0)