1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(x-select-enable-clipboard): Customize (as per the Emacs Lisp manual)

This commit is contained in:
Jason Rumney 2000-12-02 14:47:35 +00:00
parent 4b99045f51
commit dc55849498

View 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.