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 765653d commit dca9f19Copy full SHA for dca9f19
inf-clojure.el
@@ -1450,7 +1450,7 @@ Useful for commands that can invoked outside of an ‘inf-clojure’ buffer
1450
"Send FORM and apply MATCH-P on the result of sending it to PROC.
1451
Note that this function will add a \n to the end of the string
1452
for evaluation, therefore FORM should not include it."
1453
-p (funcall match-p (inf-clojure--process-response form proc nil)))
+ (funcall match-p (inf-clojure--process-response form proc nil)))
1454
1455
(provide 'inf-clojure)
1456
0 commit comments