Merge pull request #17 from driftcrow/patch-1

Update puml-mode.el
This commit is contained in:
Carlo Sciolla 2016-03-24 22:31:17 +01:00
commit 2ff075b23c
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
(with-temp-buffer
(shell-command (concat "java -jar "
(shell-quote-argument puml-plantuml-jar-path)
" -language") (current-buffer))
" -charset UTF-8 -language") (current-buffer))
(goto-char (point-min))
(let ((found (search-forward ";" nil t))
(word "")