Skip to content

Commit dca9f19

Browse files
syohexbbatsov
authored andcommitted
Remove a noise character
1 parent 765653d commit dca9f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inf-clojure.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ Useful for commands that can invoked outside of an ‘inf-clojure’ buffer
14501450
"Send FORM and apply MATCH-P on the result of sending it to PROC.
14511451
Note that this function will add a \n to the end of the string
14521452
for evaluation, therefore FORM should not include it."
1453-
p (funcall match-p (inf-clojure--process-response form proc nil)))
1453+
(funcall match-p (inf-clojure--process-response form proc nil)))
14541454

14551455
(provide 'inf-clojure)
14561456

0 commit comments

Comments
 (0)