]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/term/x-win.el: Quieten --without-x compilation.
authorGlenn Morris <rgm@gnu.org>
Mon, 11 May 2015 06:34:45 +0000 (23:34 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 11 May 2015 06:34:45 +0000 (23:34 -0700)
(x-own-selection-internal, x-disown-selection-internal)
(x-selection-owner-p, x-selection-exists-p, x-get-selection-internal):
Declare.

lisp/term/x-win.el

index 11fe93f88ba1f776de89235561f6c1b93c182573..f929288d04e4bc26cf74c4deda30b2056d1b376b 100644 (file)
@@ -1323,6 +1323,17 @@ This returns an error if any Emacs frames are X frames."
   (x-apply-session-resources)
   (setq x-initialized t))
 
+(declare-function x-own-selection-internal "xselect.c"
+                 (selection value &optional frame))
+(declare-function x-disown-selection-internal "xselect.c"
+                 (selection &optional time-object terminal))
+(declare-function x-selection-owner-p "xselect.c"
+                 (&optional selection terminal))
+(declare-function x-selection-exists-p "xselect.c"
+                 (&optional selection terminal))
+(declare-function x-get-selection-internal "xselect.c"
+                 (selection-symbol target-type &optional time-stamp terminal))
+
 (add-to-list 'display-format-alist '("\\`[^:]*:[0-9]+\\(\\.[0-9]+\\)?\\'" . x))
 (gui-method-define handle-args-function x #'x-handle-args)
 (gui-method-define frame-creation-function x #'x-create-frame-with-faces)