emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 f6da597: ; Revert "Guard terminal par. in XTerm m


From: Philipp Stephani
Subject: [Emacs-diffs] emacs-25 f6da597: ; Revert "Guard terminal par. in XTerm mouse mode"
Date: Mon, 28 Nov 2016 18:47:36 +0000 (UTC)

branch: emacs-25
commit f6da59737603091c67aee7bc912d3b164350314c
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    ; 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.
---
 lisp/xt-mouse.el |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el
index 15fc6de..a2b6401 100644
--- 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]