diff options
| author | Philipp Stephani | 2016-11-28 19:45:55 +0100 |
|---|---|---|
| committer | Philipp Stephani | 2016-11-28 19:45:55 +0100 |
| commit | f6da59737603091c67aee7bc912d3b164350314c (patch) | |
| tree | d35f1868d891956cd5e84bf777d8235bb2a393d9 | |
| parent | 39809036d39711fb5d01105739dd301ac046b151 (diff) | |
| download | emacs-f6da59737603091c67aee7bc912d3b164350314c.tar.gz emacs-f6da59737603091c67aee7bc912d3b164350314c.zip | |
; Revert "Guard terminal par. in XTerm mouse mode"
This reverts commit d4e15492f7c55eabdadc6f3735b84972748e6c0d.
Since emacs-25 should only contain regression fixes and doc fixes, this
commit was moved to the master branch.
| -rw-r--r-- | lisp/xt-mouse.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el index 15fc6de6a42..a2b64019f97 100644 --- a/lisp/xt-mouse.el +++ b/lisp/xt-mouse.el | |||
| @@ -70,11 +70,7 @@ http://invisible-island.net/xterm/ctlseqs/ctlseqs.html)." | |||
| 70 | (cond | 70 | (cond |
| 71 | ((null event) nil) ;Unknown/bogus byte sequence! | 71 | ((null event) nil) ;Unknown/bogus byte sequence! |
| 72 | (is-down | 72 | (is-down |
| 73 | (setf (terminal-parameter nil 'xterm-mouse-last-down) | 73 | (setf (terminal-parameter nil 'xterm-mouse-last-down) event) |
| 74 | ;; EVENT might be handed back to the input queue, which | ||
| 75 | ;; might modify it. Copy it into the terminal parameter | ||
| 76 | ;; to guard against that. | ||
| 77 | (copy-sequence event)) | ||
| 78 | vec) | 74 | vec) |
| 79 | (is-move vec) | 75 | (is-move vec) |
| 80 | (t | 76 | (t |