Merge branch 'develop'

This commit is contained in:
Carlo Sciolla 2016-11-11 11:03:54 +01:00
commit 676f4b6040
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
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 (expand-file-name plantuml-jar-path))
(expand-file-name plantuml-jar-path)
(plantuml-output-type-opt) "-p"))
(defun plantuml-preview-string (prefix string)