diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-07-16 22:49:48 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-07-16 22:49:48 -0400 |
commit | 2490cbbcb72045026d1b474ed5add24d4c3c563e (patch) | |
tree | dba55b40b2ed6f9d61a32295e8d1cfb1c13014fa /lisp/mouse.el | |
parent | e89fdbfc4e780614321b4d36a9cebd613c65f961 (diff) | |
download | emacs-2490cbbcb72045026d1b474ed5add24d4c3c563e.tar.gz |
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 'lisp/mouse.el')
-rw-r--r-- | lisp/mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index b159add0d91..39c6993d973 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -44,7 +44,7 @@ (defcustom mouse-drag-copy-region nil "If non-nil, mouse drag copies region to kill-ring." :type 'boolean - :version "22.1" + :version "24.1" :group 'mouse) (defcustom mouse-1-click-follows-link 450 |