X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/3077d1f623039874558f0da4c8850990484504fb..9b9c9e3acbd2285e87e0233d4cfc83c65f2235d1:/lisp/w32-vars.el diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el index 48fd2972dc..d1e8edc40b 100644 --- a/lisp/w32-vars.el +++ b/lisp/w32-vars.el @@ -1,10 +1,10 @@ ;;; w32-vars.el --- MS-Windows specific user options -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -;; Free Software Foundation, Inc. +;; Copyright (C) 2002-2011 Free Software Foundation, Inc. ;; Author: Jason Rumney ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. @@ -147,17 +147,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. - -On MS-Windows, this is non-nil by default, since Windows does not -support other types of selections. \(The primary selection that is -set by Emacs is not accessible to other programs on Windows.\)" - :type 'boolean - :group 'killing) - (provide 'w32-vars) -;; arch-tag: ee2394fb-9db7-4c15-a8f0-66b47f4a2bb1 ;;; w32-vars.el ends here