diff options
author | Glenn Morris <rgm@gnu.org> | 2013-09-17 21:28:57 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-09-17 21:28:57 -0700 |
commit | 047a1a4c20c6af269f16f8a1cfc9d7366764770b (patch) | |
tree | 9faddb2da07dddb79b34feed3eca84e1a3e6d0fc /lisp/term/common-win.el | |
parent | 9019d095dfd04fffc000c2f00515c661f1a083f3 (diff) | |
download | emacs-047a1a4c20c6af269f16f8a1cfc9d7366764770b.tar.gz |
* term/common-win.el (x-select-enable-primary, x-last-selected-text-primary)
(x-last-selected-text-clipboard): Declare.
Diffstat (limited to 'lisp/term/common-win.el')
-rw-r--r-- | lisp/term/common-win.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/term/common-win.el b/lisp/term/common-win.el index aadab96f75a..158db4d09c8 100644 --- a/lisp/term/common-win.el +++ b/lisp/term/common-win.el @@ -44,6 +44,10 @@ This variable is not used by the Nextstep port." (defvar ns-last-selected-text) ; ns-win.el (declare-function ns-set-pasteboard "ns-win" (string)) +(defvar x-select-enable-primary) ; x-win.el +(defvar x-last-selected-text-primary) +(defvar x-last-selected-text-clipboard) + (defun x-select-text (text) "Select TEXT, a string, according to the window system. |