Skip to content

Commit

Permalink
racket-doc: Dont expand-file-name racket-program
Browse files Browse the repository at this point in the history
  • Loading branch information
nverno committed Mar 17, 2024
1 parent 483a1e7 commit daf70fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion racket-doc.el
Expand Up @@ -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
Expand Down

0 comments on commit daf70fd

Please sign in to comment.