# HG changeset patch # User Eli Zaretskii # Date 975756104 0 # Node ID 9f894ba9e808e7667fee85d4064f7a1851eb23eb # Parent c9980ec72766d209c240126dfdfb8b648c17cf28 (x-select-enable-clipboard): Customize (as per the Emacs Lisp manual). diff -r c9980ec72766 -r 9f894ba9e808 lisp/term/pc-win.el --- a/lisp/term/pc-win.el Sat Dec 02 11:16:13 2000 +0000 +++ b/lisp/term/pc-win.el Sat Dec 02 11:21:44 2000 +0000 @@ -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