]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-select-enable-clipboard): Customize (as per the Emacs Lisp manual)
authorJason Rumney <jasonr@gnu.org>
Sat, 2 Dec 2000 14:47:35 +0000 (14:47 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 2 Dec 2000 14:47:35 +0000 (14:47 +0000)
lisp/term/w32-win.el

index ae675e388a039dfbb02945d211071e188de6f229..7db6b475abdc251a4bc58792913d6f344e025ce3 100644 (file)
@@ -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.