changeset 34113:fa597347c65f

(x-select-enable-clipboard): Customize (as per the Emacs Lisp manual)
author Jason Rumney <jasonr@gnu.org>
date Sat, 02 Dec 2000 14:47:35 +0000
parents adfe753a8c4e
children 426e7abc44da
files lisp/term/w32-win.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/w32-win.el	Sat Dec 02 14:38:57 2000 +0000
+++ b/lisp/term/w32-win.el	Sat Dec 02 14:47:35 2000 +0000
@@ -566,9 +566,11 @@
 (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.