From fa3511105f8b3765d0885e0766729e525d439057 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 28 Jun 2010 07:56:09 +0000 Subject: Remove debug message --- lib/unicode-tokens.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el index f65fb692..582df733 100644 --- a/lib/unicode-tokens.el +++ b/lib/unicode-tokens.el @@ -777,7 +777,7 @@ but multiple characters in the underlying buffer." (save-excursion (beginning-of-line) (point)) t)) (setq tokend (match-end 0)))) - (message "End is: %d and point is: %d" tokend (point)) + ;(message "End is: %d and point is: %d" tokend (point)) (if (and tokst (= (point) tokend)) (delete-region tokst tokend) (delete-backward-char 1)))) -- cgit v1.2.3