Removed shell-quote-argument for Windows native Emacs to load jar file properly.

This commit is contained in:
Your Name 2016-10-22 09:06:15 -05:00
parent 2b7d796886
commit bfdf6ba04a
1 changed files with 1 additions and 1 deletions

View File

@ -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)