diff options
Diffstat (limited to 'lisp/w32-vars.el')
-rw-r--r-- | lisp/w32-vars.el | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el index ee8f2beec39..5ff780d33e3 100644 --- a/lisp/w32-vars.el +++ b/lisp/w32-vars.el @@ -5,6 +5,7 @@ ;; Author: Jason Rumney <jasonr@gnu.org> ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. @@ -147,17 +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. - -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 |