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:
parent
4b99045f51
commit
dc55849498
1 changed files with 4 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue