diff options
Diffstat (limited to 'lisp/xt-mouse.el')
-rw-r--r-- | lisp/xt-mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el index 7f1e72260ae..344333a9408 100644 --- a/lisp/xt-mouse.el +++ b/lisp/xt-mouse.el @@ -170,7 +170,7 @@ The optional arguments PROMPT and SECONDS work like in (<= ?0 c ?9)) (setq n (+ (* 10 n) c (- ?0)))) (cons n c)) - (cons (- (setq c (read-utf8-char)) 32) c)))) + (cons (- (setq c (xterm-mouse--read-utf8-char)) 32) c)))) ;; XTerm reports mouse events as ;; <EVENT-CODE> <X> <Y> in default mode, and |