]> git.eshelyaron.com Git - emacs.git/commitdiff
; Revert "Guard terminal par. in XTerm mouse mode"
authorPhilipp Stephani <phst@google.com>
Mon, 28 Nov 2016 18:45:55 +0000 (19:45 +0100)
committerPhilipp 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

index 15fc6de6a42b7073b26f2bf1403c29e2f4e470df..a2b64019f97ccbe8bd98c066b066dfec642ed47d 100644 (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