From dc55849498302831f43eff419fe0b324afe04d0b Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sat, 2 Dec 2000 14:47:35 +0000 Subject: (x-select-enable-clipboard): Customize (as per the Emacs Lisp manual) --- lisp/term/w32-win.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lisp/term') diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index ae675e388a..7db6b475ab 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el @@ -566,9 +566,11 @@ This returns ARGS with the arguments that have been processed removed." (defvar x-cut-buffer-max 20000 "Max number of characters to put in the cut buffer.") -(defvar x-select-enable-clipboard t +(defcustom x-select-enable-clipboard t "Non-nil means cutting and pasting uses the clipboard. -This is in addition to the primary selection.") +This is in addition to the primary selection." + :type 'boolean + :group 'killing) (defun x-select-text (text &optional push) "Make TEXT the last selected text. -- cgit v1.2.3