aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c1844e70..00044724 100644
--- a/lib/unicode-tokens.el
+++ b/lib/unicode-tokens.el
@@ -786,7 +786,7 @@ but multiple characters in the underlying buffer."
;(message "End is: %d and point is: %d" tokend (point))
(if (and tokst (= (point) tokend))
(delete-region tokst tokend)
- (delete-backward-char 1))))
+ (delete-char -1))))
(defun unicode-tokens-delete-1 ()
"Delete the following visually presented character.