From cddceecd65cf6d3a301b993e77fff4fb40e3173f Mon Sep 17 00:00:00 2001 From: Minoru Sekine Date: Sun, 3 Jan 2021 07:14:25 +0900 Subject: [PATCH] More suitable message in deprecation warning. --- plantuml-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plantuml-mode.el b/plantuml-mode.el index e40ba0d..41b519e 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -750,7 +750,7 @@ Shortcuts Command Name "Warns the user about the deprecation of the `puml-mode' project." (if (and plantuml-suppress-deprecation-warning (featurep 'puml-mode)) - (display-warning :warning + (display-warning 'plantuml-mode "`puml-mode' is now deprecated and no longer updated, but it's still present in your system. \ You should move your configuration to use `plantuml-mode'. \ See more at https://github.com/skuro/puml-mode/issues/26")))