From: Eli Zaretskii Date: Sat, 2 Dec 2000 11:21:44 +0000 (+0000) Subject: (x-select-enable-clipboard): Customize (as per the Emacs Lisp manual). X-Git-Tag: emacs-pretest-21.0.93~301 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c7178105c42b1e952043af0f2dc8657faebf875;p=emacs.git (x-select-enable-clipboard): Customize (as per the Emacs Lisp manual). --- 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