emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-clojure dca9f19572: Remove a noise character


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure dca9f19572: Remove a noise character
Date: Tue, 8 Feb 2022 03:58:28 -0500 (EST)

branch: elpa/inf-clojure
commit dca9f1957237214a0bb6155c68163efd6783e445
Author: Shohei YOSHIDA <syohex@gmail.com>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Remove a noise character
---
 inf-clojure.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index bbcb0c16c2..bb38c7dea3 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -1450,7 +1450,7 @@ Useful for commands that can invoked outside of an 
‘inf-clojure’ buffer
   "Send FORM and apply MATCH-P on the result of sending it to PROC.
 Note that this function will add a \n to the end of the string
 for evaluation, therefore FORM should not include it."
-p  (funcall match-p (inf-clojure--process-response form proc nil)))
+  (funcall match-p (inf-clojure--process-response form proc nil)))
 
 (provide 'inf-clojure)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]