* term/x-win.el (x-select-enable-clipboard): Declare.
authorGlenn Morris <rgm@gnu.org>
Wed, 18 Sep 2013 04:30:33 +0000 (21:30 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 18 Sep 2013 04:30:33 +0000 (21:30 -0700)
lisp/ChangeLog
lisp/term/x-win.el

index 14ba744..c88da2e 100644 (file)
@@ -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.
index 28fd3d7..3c7373b 100644 (file)
@@ -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,