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 a330604e9bd..5ff718292d3 100644 --- a/lisp/xt-mouse.el +++ b/lisp/xt-mouse.el @@ -84,7 +84,7 @@ http://invisible-island.net/xterm/ctlseqs/ctlseqs.html)." (setf (terminal-parameter nil 'xterm-mouse-last-down) nil) (cond ((null down) - ;; This is an "up-only" event. Pretend there was a down-event + ;; This is an "up-only" event. Pretend there was an up-event ;; right before and keep the up-event for later. (push event unread-command-events) (vector (cons (intern (replace-regexp-in-string |