# HG changeset patch # User Dave Love # Date 975345015 0 # Node ID 8fdc1e5e72f31e44a5732fbac61f5a81f0adc5c7 # Parent 907c3073ae2869dfb0bdff3ab2ae67efa9a279e4 (x-select-enable-clipboard): Customize (per lispref). diff -r 907c3073ae28 -r 8fdc1e5e72f3 lisp/term/x-win.el --- a/lisp/term/x-win.el Mon Nov 27 16:18:37 2000 +0000 +++ b/lisp/term/x-win.el Mon Nov 27 17:10:15 2000 +0000 @@ -1172,9 +1172,11 @@ (defvar x-cut-buffer-max 20000 "Max number of characters to put in the cut buffer.") -(defvar x-select-enable-clipboard nil +(defcustom x-select-enable-clipboard nil "Non-nil means cutting and pasting uses the clipboard. -This is in addition to the primary selection.") +This is in addition to, but in preference to, the primary selection." + :type 'boolean + :group 'killing) ;;; Make TEXT, a string, the primary X selection. ;;; Also, set the value of X cut buffer 0, for backward compatibility