From 31f7b13b11e9a47418c5e01c3a1875016973afc2 Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Mon, 7 Dec 2015 16:12:25 +0100 Subject: [PATCH] Removed commented out lines --- puml-mode.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/puml-mode.el b/puml-mode.el index e0b20c9..4fc9914 100644 --- a/puml-mode.el +++ b/puml-mode.el @@ -117,8 +117,6 @@ puml-plantuml-builtins (split-string (buffer-substring-no-properties pos (point))))))) -;; ((string= word "skinparameter") -;; ((string= word "color"))) (setq found (search-forward ";" nil nil))))))) (defconst puml-preview-buffer "*PUML Preview*")