From 8c7178105c42b1e952043af0f2dc8657faebf875 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 2 Dec 2000 11:21:44 +0000 Subject: [PATCH] (x-select-enable-clipboard): Customize (as per the Emacs Lisp manual). --- lisp/term/pc-win.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index 0c180a49d35..3d33f54467b 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 -- 2.39.5