1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

(x-select-enable-clipboard): Customize (per lispref).

This commit is contained in:
Dave Love 2000-11-27 17:10:15 +00:00
parent 0fd37545df
commit d14518d852

View File

@ -1172,9 +1172,11 @@ as returned by (x-server-vendor)."
(defvar x-cut-buffer-max 20000
"Max number of characters to put in the cut buffer.")
(defvar x-select-enable-clipboard nil
(defcustom x-select-enable-clipboard nil
"Non-nil means cutting and pasting uses the clipboard.
This is in addition to the primary selection.")
This is in addition to, but in preference to, the primary selection."
:type 'boolean
:group 'killing)
;;; Make TEXT, a string, the primary X selection.
;;; Also, set the value of X cut buffer 0, for backward compatibility