]> code.delx.au - gnu-emacs/commit
* lisp/mouse.el (mouse-drag-line): Use set-transient-map.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 21 Oct 2014 20:11:22 +0000 (16:11 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 21 Oct 2014 20:11:22 +0000 (16:11 -0400)
commit18b8557f5ab154625d72891bdb982da14091da4d
tree80e9d83266e4e3735033ce8c0919fe3d795f20b8
parentbe5722e930b71fbbca049bd924b0b2f6dafa72b4
* lisp/mouse.el (mouse-drag-line): Use set-transient-map.
(mouse--down-1-maybe-follows-link): Remove unused var `this-event'.
(mouse-yank-secondary): Use gui-get-selection.
(mouse--down-1-maybe-follows-link): Use read-key.

* lisp/subr.el (read-key): Fix clicks on the mode-line.
(set-transient-map): Return exit function.

* lisp/xt-mouse.el: Add `event-kind' property on the fly from
xterm-mouse-translate-1 rather than statically at the outset.

Fixes: debbugs:18015
lisp/ChangeLog
lisp/mouse.el
lisp/subr.el
lisp/xt-mouse.el