From: Jason Rumney Date: Sat, 2 Dec 2000 14:47:35 +0000 (+0000) Subject: (x-select-enable-clipboard): Customize (as per the Emacs Lisp manual) X-Git-Tag: emacs-pretest-21.0.93~294 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc55849498302831f43eff419fe0b324afe04d0b;p=emacs.git (x-select-enable-clipboard): Customize (as per the Emacs Lisp manual) --- diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index ae675e388a0..7db6b475abd 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.