From 8b1138ca9c2c868c5d494a980f5aa0c91e2e9f34 Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Sun, 4 Jan 2009 16:38:35 +1030 Subject: [PATCH] * wesnoth-mode.el (wesnoth-insert-missing-closing): Remove debugging info. --- wesnoth-mode.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wesnoth-mode.el b/wesnoth-mode.el index 85b5de8..f17dc02 100644 --- a/wesnoth-mode.el +++ b/wesnoth-mode.el @@ -839,8 +839,7 @@ for the matching tag." 'search-backward-regexp (wesnoth-element-opening) 'point-min (and skip (if completep nil 1))) (setq match (and (looking-at (wesnoth-element-opening)) - (match-string-no-properties 1))) - (message "%s" match))) + (match-string-no-properties 1))))) (when match (if (string= (substring match 0 1) "[") (wesnoth-insert-element-separately -- 2.11.4.GIT