From 1a2b82eecc1487345c76bff4f1f2c7cad527e1fc Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Fri, 14 Oct 2016 21:25:34 +0200 Subject: [PATCH] Removed warning from init --- puml-mode.el | 1 - 1 file changed, 1 deletion(-) diff --git a/puml-mode.el b/puml-mode.el index 4c7954a..54592fa 100644 --- a/puml-mode.el +++ b/puml-mode.el @@ -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