diff lisp/simple.el @ 109448:334eb7871775

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.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 16 Jul 2010 22:49:48 -0400
parents 051595eb9b58
children 406b2d52ff00
line wrap: on
line diff
--- a/lisp/simple.el	Sat Jul 17 01:42:11 2010 +0200
+++ b/lisp/simple.el	Fri Jul 16 22:49:48 2010 -0400
@@ -3670,7 +3670,7 @@
   "If non-nil, an active region automatically becomes the window selection."
   :type 'boolean
   :group 'killing
-  :version "23.1")
+  :version "24.1")
 
 (declare-function x-selection-owner-p "xselect.c" (&optional selection))