emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114398: * lisp/simple.el (x-selection-owner-p, x-se


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114398: * lisp/simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
Date: Thu, 19 Sep 2013 20:31:29 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114398
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-09-19 16:31:26 -0400
message:
  * lisp/simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/simple.el                 simple.el-20091113204419-o5vbwnq5f7feedwu-403
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-19 20:11:48 +0000
+++ b/lisp/ChangeLog    2013-09-19 20:31:26 +0000
@@ -1,5 +1,7 @@
 2013-09-19  Glenn Morris  <address@hidden>
 
+       * 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  <address@hidden>

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2013-09-18 02:50:04 +0000
+++ b/lisp/simple.el    2013-09-19 20:31:26 +0000
@@ -4159,6 +4159,12 @@
       (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


reply via email to

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