Fix arguments for jar

This commit is contained in:
veilchen 2019-09-12 10:39:00 +09:00
parent 1590a75da6
commit d5d26316dc
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ Note that output type `txt' is promoted to `utxt' for better rendering."
`(,@java-args
,(expand-file-name plantuml-jar-path)
,(plantuml-jar-output-type-opt plantuml-output-type)
,@java-args
,@plantuml-jar-args
"-p"))))
(defun plantuml-executable-start-process (buf)