aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2000-12-02 11:21:44 +0000
committerEli Zaretskii <[email protected]>2000-12-02 11:21:44 +0000
commit8c7178105c42b1e952043af0f2dc8657faebf875 (patch)
treea5969a26b0f0561f250c0db3c317305af091326a /lisp/term
parent417c884a1f07affbcd0bffe693ce354d032a337c (diff)
(x-select-enable-clipboard): Customize (as per the Emacs Lisp manual).
Diffstat (limited to 'lisp/term')
-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