comparison 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
comparison
equal deleted inserted replaced
109447:f0c7ada3b642 109448:334eb7871775
3668 3668
3669 (defcustom select-active-regions t 3669 (defcustom select-active-regions t
3670 "If non-nil, an active region automatically becomes the window selection." 3670 "If non-nil, an active region automatically becomes the window selection."
3671 :type 'boolean 3671 :type 'boolean
3672 :group 'killing 3672 :group 'killing
3673 :version "23.1") 3673 :version "24.1")
3674 3674
3675 (declare-function x-selection-owner-p "xselect.c" (&optional selection)) 3675 (declare-function x-selection-owner-p "xselect.c" (&optional selection))
3676 3676
3677 ;; Many places set mark-active directly, and several of them failed to also 3677 ;; Many places set mark-active directly, and several of them failed to also
3678 ;; run deactivate-mark-hook. This shorthand should simplify. 3678 ;; run deactivate-mark-hook. This shorthand should simplify.