File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -961,7 +961,7 @@ in case this is not nil." )
961
961
962
962
(defun inf-clojure--log-string (string &optional tag )
963
963
" Log STRING to file, according to `inf-clojure-log-response' .
964
- The optional TYPE will be converted to string and printed before
964
+ The optional TAG will be converted to string and printed before
965
965
STRING if present."
966
966
(when inf-clojure-log-activity
967
967
(write-region (concat " \n "
@@ -1062,9 +1062,9 @@ for evaluation, therefore FORM should not include it."
1062
1062
(defun inf-clojure--some-response-p (proc form )
1063
1063
" Return true iff PROC's response after evaluating FORM is not nil."
1064
1064
(inf-clojure--process-response-match-p
1065
- (lambda (string )
1066
- (not (inf-clojure--nil-string-match-p string)))
1067
- proc form))
1065
+ (lambda (string )
1066
+ (not (inf-clojure--nil-string-match-p ( string-trim string) )))
1067
+ proc form))
1068
1068
1069
1069
; ;;; Commands
1070
1070
; ;;; ========
You can’t perform that action at this time.
0 commit comments