]> code.delx.au - gnu-emacs/blobdiff - lisp/w32-vars.el
Reduce duplicate definitions of x-select-enable-clipboard from 3 to 2.
[gnu-emacs] / lisp / w32-vars.el
index 0a6e79275a8d8125b4f778c0fce1f1734b61cb28..80cdfb57129efb756d5a5aa19c59fce89b1a6c19 100644 (file)
@@ -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