* lisp/simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
authorGlenn Morris <rgm@gnu.org>
Thu, 19 Sep 2013 20:31:26 +0000 (16:31 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 19 Sep 2013 20:31:26 +0000 (16:31 -0400)
lisp/ChangeLog
lisp/simple.el

index 52d3c01..f0d7480 100644 (file)
@@ -1,5 +1,7 @@
 2013-09-19  Glenn Morris  <rgm@gnu.org>
 
+       * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
+
        * emacs-lisp/eieio.el (class-parent): Undo previous change.
 
 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
index bf531de..d259851 100644 (file)
@@ -4159,6 +4159,12 @@ a mistake; see the documentation of `set-mark'."
       (marker-position (mark-marker))
     (signal 'mark-inactive nil)))
 
+;; Behind display-selections-p.
+(declare-function x-selection-owner-p "xselect.c"
+                  (&optional selection terminal))
+(declare-function x-selection-exists-p "xselect.c"
+                  (&optional selection terminal))
+
 (defun deactivate-mark (&optional force)
   "Deactivate the mark.
 If Transient Mark mode is disabled, this function normally does