Mercurial > emacs
changeset 33917:8fdc1e5e72f3
(x-select-enable-clipboard): Customize (per lispref).
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 27 Nov 2000 17:10:15 +0000 |
parents | 907c3073ae28 |
children | 5ddbb3756471 |
files | lisp/term/x-win.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/x-win.el Mon Nov 27 16:18:37 2000 +0000 +++ b/lisp/term/x-win.el Mon Nov 27 17:10:15 2000 +0000 @@ -1172,9 +1172,11 @@ (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