avoid breaking on emacs-24.2

This commit is contained in:
Francois-Xavier 'FiX' KOWALSKI 2015-07-02 19:09:55 +02:00
parent bf7d34e2cf
commit f224a7d35b
1 changed files with 3 additions and 2 deletions

View File

@ -71,7 +71,7 @@
(shell-quote-argument plantuml-jar-path)
" -language") (current-buffer))
(goto-char (point-min))
(let ((found (search-forward ";" nil nil))
(let ((found (search-forward ";" nil t))
(word "")
(count 0)
(pos 0))
@ -189,4 +189,5 @@ Shortcuts Command Name
(run-mode-hooks 'plantuml-mode-hook))
(provide 'plantuml-mode)
;;; plantuml-mode.el ends here
;;; plantuml-mode.el ends here