summaryrefslogtreecommitdiff
path: root/lisp/w32-vars.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-10-23 18:57:21 -0700
committerGlenn Morris <rgm@gnu.org>2010-10-23 18:57:21 -0700
commit8aa0f26343d11229fb87cd6a4473598b99b6b9a2 (patch)
tree492d8868cc5d0cdfa51e2b9806977d362b9e3a85 /lisp/w32-vars.el
parent46710489c856df3ec94c822d1d88be30d19159f9 (diff)
downloademacs-8aa0f26343d11229fb87cd6a4473598b99b6b9a2.tar.gz
Reduce duplicate definitions of x-select-enable-clipboard from 3 to 2.
* lisp/w32-vars.el (x-select-enable-clipboard): * lisp/term/x-win.el (x-select-enable-clipboard): Move to common-win. * lisp/term/common-win.el (x-select-enable-clipboard): Move here.
Diffstat (limited to 'lisp/w32-vars.el')
-rw-r--r--lisp/w32-vars.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el
index 0a6e79275a8..80cdfb57129 100644
--- a/lisp/w32-vars.el
+++ b/lisp/w32-vars.el
@@ -148,16 +148,6 @@ menu if the variable `w32-use-w32-font-dialog' is nil."
(string :tag "Font")))))))
:group 'w32)
-(defcustom x-select-enable-clipboard t
- "Non-nil means cutting and pasting uses the clipboard.
-This is in addition to, but in preference to, the primary selection.
-
-Note that MS-Windows does not support selection types other than the
-clipboard. \(The primary selection that is set by Emacs is not
-accessible to other programs on MS-Windows.\)"
- :type 'boolean
- :group 'killing)
-
(provide 'w32-vars)
;;; w32-vars.el ends here