diff --git a/d2-mode.el b/d2-mode.el index 30efc8c..7f047b6 100644 --- a/d2-mode.el +++ b/d2-mode.el @@ -335,7 +335,7 @@ Argument FILE-NAME the input file." (interactive "fFilename: ") (let* ((input file-name) (output (concat (file-name-sans-extension input) d2-output-format))) - (apply #'call-process (shell-quote-argument d2-location) nil "*d2*" nil (append (list input output) d2-flags)) + (apply #'call-process d2-location nil "*d2*" nil (append (list input output) d2-flags)) (if (equal browse t) (progn (d2-browse-file output))