From bfdf6ba04ad24a998458cf17d6994b499c55c0fb Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 22 Oct 2016 09:06:15 -0500 Subject: [PATCH] Removed shell-quote-argument for Windows native Emacs to load jar file properly. --- plantuml-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plantuml-mode.el b/plantuml-mode.el index 6947bcd..d271a9a 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -220,7 +220,7 @@ default output type for new buffers." `(start-process "PLANTUML" ,buf plantuml-java-command ,@plantuml-java-args - (shell-quote-argument plantuml-jar-path) + plantuml-jar-path (plantuml-output-type-opt) "-p")) (defun plantuml-preview-string (prefix string)