diff --git a/racket-doc.el b/racket-doc.el index 0bd303f8..a334f810 100644 --- a/racket-doc.el +++ b/racket-doc.el @@ -58,7 +58,7 @@ Centralizes how to issue doc command and handle response correctly." (defun racket--search-doc-locally (str) (racket--doc-assert-local-back-end) - (call-process (expand-file-name racket-program) + (call-process racket-program nil ;INFILE: none 0 ;DESTINATION: discard/don't wait nil ;DISPLAY: none