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 c3217c3 commit feca1ccCopy full SHA for feca1cc
inf-clojure.el
@@ -341,9 +341,8 @@ the string for evaluation. Refer to `comint-simple-send` for
341
customizations."
342
(inf-clojure--set-repl-type proc)
343
(let ((sanitized (inf-clojure--sanitize-command string)))
344
- (when (not (string-empty-p sanitized))
345
- (inf-clojure--log-string sanitized "----CMD->")
346
- (comint-simple-send proc sanitized))))
+ (inf-clojure--log-string sanitized "----CMD->")
+ (comint-simple-send proc sanitized)))
347
348
(defcustom inf-clojure-load-form "(clojure.core/load-file \"%s\")"
349
"Format-string for building a Clojure expression to load a file.
0 commit comments