emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 3c5cc18: * lisp/term/x-win.el: Quieten --without-x


From: Glenn Morris
Subject: [Emacs-diffs] master 3c5cc18: * lisp/term/x-win.el: Quieten --without-x compilation.
Date: Mon, 11 May 2015 06:34:58 +0000

branch: master
commit 3c5cc185df0d4143883d9bef921c2e5ffb59586f
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/term/x-win.el: Quieten --without-x compilation.
    
    (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 |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 11fe93f..f929288 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]