summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-11-27 17:10:15 +0000
committerDave Love <fx@gnu.org>2000-11-27 17:10:15 +0000
commitd14518d8529058994a7460bcb9e3ada630a9d451 (patch)
tree6702c65ab06f2e1e4d044ec41a0276a69e9daf6a
parent0fd37545dff858ade4558a3742df39d6e9d2ca86 (diff)
downloademacs-d14518d8529058994a7460bcb9e3ada630a9d451.tar.gz
(x-select-enable-clipboard): Customize (per lispref).
-rw-r--r--lisp/term/x-win.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index e6d6d32b746..dd792a93e0f 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -1172,9 +1172,11 @@ as returned by (x-server-vendor)."
(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