From e843de776724c563b32aded5405fcada1a75d465 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 17 Sep 2013 21:30:33 -0700 Subject: [PATCH] * term/x-win.el (x-select-enable-clipboard): Declare. --- lisp/ChangeLog | 2 ++ lisp/term/x-win.el | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 14ba74410b..c88da2e5d6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -27,6 +27,8 @@ (x-last-selected-text-primary, x-last-selected-text-clipboard): Declare. + * term/x-win.el (x-select-enable-clipboard): Declare. + * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare. (fit-frame-to-buffer): Explicit error if --without-x. (mouse-autoselect-window-select): Silence compiler. diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 28fd3d7090..3c7373b6d6 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -1217,6 +1217,8 @@ The value nil is the same as the list (UTF8_STRING COMPOUND_TEXT STRING)." (remove-text-properties 0 (length text) '(foreign-selection nil) text)) text)) +(defvar x-select-enable-clipboard) ; common-win + ;; Return the value of the current X selection. ;; Consult the selection. Treat empty strings as if they were unset. ;; If this function is called twice and finds the same text, -- 2.20.1