; Revert "Guard terminal par. in XTerm mouse mode"

This reverts commit d4e15492f7.

Since emacs-25 should only contain regression fixes and doc fixes, this
commit was moved to the master branch.
This commit is contained in:
Philipp Stephani 2016-11-28 19:45:55 +01:00
parent 39809036d3
commit f6da597376

View file

@ -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