aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/unicode-tokens.el
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unicode-tokens.el')
-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))))