aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2010-07-16 22:49:48 -0400
committerChong Yidong2010-07-16 22:49:48 -0400
commit2490cbbcb72045026d1b474ed5add24d4c3c563e (patch)
treedba55b40b2ed6f9d61a32295e8d1cfb1c13014fa /etc
parente89fdbfc4e780614321b4d36a9cebd613c65f961 (diff)
downloademacs-2490cbbcb72045026d1b474ed5add24d4c3c563e.tar.gz
emacs-2490cbbcb72045026d1b474ed5add24d4c3c563e.zip
Change x-select-enable-primary to nil.
* lisp/mouse.el (mouse-drag-copy-region): * lisp/simple.el (select-active-regions): Likewise. * lisp/term/x-win.el (x-select-enable-primary): Change default to nil. (x-select-enable-clipboard): Add :version keyword.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 27865cce51a..bf60bcb31aa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -183,6 +183,8 @@ and yank use the clipboard, in addition to the primary selection.
183 183
184*** `x-select-enable-clipboard' now defaults to t. 184*** `x-select-enable-clipboard' now defaults to t.
185 185
186*** `x-select-enable-primary' now defaults to nil.
187
186*** `mouse-drag-copy-region' now defaults to nil. 188*** `mouse-drag-copy-region' now defaults to nil.
187 189
188*** `mouse-2' is now bound to `mouse-yank-primary'. 190*** `mouse-2' is now bound to `mouse-yank-primary'.