From: Glenn Morris Date: Wed, 18 Sep 2013 04:28:57 +0000 (-0700) Subject: * term/common-win.el (x-select-enable-primary, x-last-selected-text-primary) X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1555 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=047a1a4c20c6af269f16f8a1cfc9d7366764770b;p=emacs.git * term/common-win.el (x-select-enable-primary, x-last-selected-text-primary) (x-last-selected-text-clipboard): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9b18e252aff..14ba74410b7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -23,6 +23,10 @@ * subr.el (x-popup-dialog): Declare. + * term/common-win.el (x-select-enable-primary) + (x-last-selected-text-primary, x-last-selected-text-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/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.