Removed warning from init

This commit is contained in:
Carlo Sciolla 2016-10-14 21:25:34 +02:00
parent d728f1cdd2
commit 1a2b82eecc
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@
(defun puml-init ()
"Initialize the keywords or builtins from the cmdline language output."
(display-warning :warning "`puml-mode' is deprecated in favor of `plantuml-mode', make sure to update your configuration")
(unless (file-exists-p puml-plantuml-jar-path)
(error "Could not find plantuml.jar at %s" puml-plantuml-jar-path))
(with-temp-buffer