diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2019-06-26 10:03:48 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2019-06-26 10:03:48 -0400 |
commit | 698ff554ac2699ec48fefc85a1307cbc4a183b0d (patch) | |
tree | a7b7592f7973f81cad4410366d313e790616907e /lisp/xt-mouse.el | |
parent | 9233865b7005831e63755eb84ae7da060f878a55 (diff) | |
download | emacs-698ff554ac2699ec48fefc85a1307cbc4a183b0d.tar.gz |
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
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 5ff718292d3..a330604e9bd 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 an up-event + ;; This is an "up-only" event. Pretend there was a down-event ;; right before and keep the up-event for later. (push event unread-command-events) (vector (cons (intern (replace-regexp-in-string |