comparison lisp/mouse.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 c9970d4bfd62
children 406b2d52ff00
comparison
equal deleted inserted replaced
109447:f0c7ada3b642 109448:334eb7871775
42 :group 'mouse) 42 :group 'mouse)
43 43
44 (defcustom mouse-drag-copy-region nil 44 (defcustom mouse-drag-copy-region nil
45 "If non-nil, mouse drag copies region to kill-ring." 45 "If non-nil, mouse drag copies region to kill-ring."
46 :type 'boolean 46 :type 'boolean
47 :version "22.1" 47 :version "24.1"
48 :group 'mouse) 48 :group 'mouse)
49 49
50 (defcustom mouse-1-click-follows-link 450 50 (defcustom mouse-1-click-follows-link 450
51 "Non-nil means that clicking Mouse-1 on a link follows the link. 51 "Non-nil means that clicking Mouse-1 on a link follows the link.
52 52