Adapt mouse-3 behavior to recent selection changes (Bug#6701).
authorChong Yidong <cyd@stupidchicken.com>
Sat, 31 Jul 2010 21:26:56 +0000 (17:26 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 31 Jul 2010 21:26:56 +0000 (17:26 -0400)
commit1604140125ce14c18a9d42a655af40dab892e959
treed0d9faaea1d71a23609d6fbca20f1b5fed37eb2a
parent452ea85502011e18e4b290fbcb4fe461ab6aace9
Adapt mouse-3 behavior to recent selection changes (Bug#6701).

* lisp/mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
before killing to preserve the primary selection.

* lisp/term/x-win.el (x-select-text): Doc fix.

* src/xselect.c (x_own_selection): Use list4.
lisp/ChangeLog
lisp/mouse.el
lisp/term/x-win.el
src/ChangeLog
src/xselect.c