projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3980903
)
; Revert "Guard terminal par. in XTerm mouse mode"
author
Philipp Stephani
<phst@google.com>
Mon, 28 Nov 2016 18:45:55 +0000
(19:45 +0100)
committer
Philipp Stephani
<phst@google.com>
Mon, 28 Nov 2016 18:45:55 +0000
(19:45 +0100)
This reverts commit
d4e15492f7c55eabdadc6f3735b84972748e6c0d
.
Since emacs-25 should only contain regression fixes and doc fixes, this
commit was moved to the master branch.
lisp/xt-mouse.el
patch
|
blob
|
history
diff --git
a/lisp/xt-mouse.el
b/lisp/xt-mouse.el
index 15fc6de6a42b7073b26f2bf1403c29e2f4e470df..a2b64019f97ccbe8bd98c066b066dfec642ed47d 100644
(file)
--- a/
lisp/xt-mouse.el
+++ b/
lisp/xt-mouse.el
@@
-70,11
+70,7
@@
http://invisible-island.net/xterm/ctlseqs/ctlseqs.html)."
(cond
((null event) nil) ;Unknown/bogus byte sequence!
(is-down
- (setf (terminal-parameter nil 'xterm-mouse-last-down)
- ;; EVENT might be handed back to the input queue, which
- ;; might modify it. Copy it into the terminal parameter
- ;; to guard against that.
- (copy-sequence event))
+ (setf (terminal-parameter nil 'xterm-mouse-last-down) event)
vec)
(is-move vec)
(t