aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/term/pc-win.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el
index 0c180a49d3..3d33f54467 100644
--- a/lisp/term/pc-win.el
+++ b/lisp/term/pc-win.el
@@ -170,8 +170,12 @@
;;; from x-cut-buffer-or-selection-value.
(defvar x-last-selected-text nil)
-(defvar x-select-enable-clipboard t
- "Non-nil means cutting and pasting uses the clipboard.")
+(defcustom x-select-enable-clipboard t
+ "Non-nil means cutting and pasting uses the clipboard.
+This is the default on this system, since MS-Windows does not
+support other types of selections."
+ :type 'boolean
+ :group 'killing)
(defun x-select-text (text &optional push)
(if x-select-enable-clipboard