aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-06-28 07:56:09 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-06-28 07:56:09 +0000
commitfa3511105f8b3765d0885e0766729e525d439057 (patch)
tree9521751f16570d381fc17249e6abc36decd7c0ad /lib
parentc36244c1320399b40867877fa7d8656fecacf9a0 (diff)
Remove debug message
Diffstat (limited to 'lib')
-rw-r--r--lib/unicode-tokens.el2
1 files changed, 1 insertions, 1 deletions
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))))