changeset 34105:9f894ba9e808

(x-select-enable-clipboard): Customize (as per the Emacs Lisp manual).
author Eli Zaretskii <eliz@gnu.org>
date Sat, 02 Dec 2000 11:21:44 +0000
parents c9980ec72766
children 89fd59727c6c
files lisp/term/pc-win.el
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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