diff options
| author | Chong Yidong | 2010-07-16 22:49:48 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-07-16 22:49:48 -0400 |
| commit | 2490cbbcb72045026d1b474ed5add24d4c3c563e (patch) | |
| tree | dba55b40b2ed6f9d61a32295e8d1cfb1c13014fa /etc | |
| parent | e89fdbfc4e780614321b4d36a9cebd613c65f961 (diff) | |
| download | emacs-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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'. |