changeset 111213:2cd6d2fadf9c

* lisp/simple.el (x-selection-owner-p): Remove unused declaration.
author Glenn Morris <rgm@gnu.org>
date Wed, 27 Oct 2010 20:49:40 -0700
parents 4c0e52d5ae12
children b01067bf2ec9
files lisp/ChangeLog lisp/simple.el
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Oct 27 22:22:29 2010 -0400
+++ b/lisp/ChangeLog	Wed Oct 27 20:49:40 2010 -0700
@@ -1,3 +1,7 @@
+2010-10-28  Glenn Morris  <rgm@gnu.org>
+
+	* simple.el (x-selection-owner-p): Remove unused declaration.
+
 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* minibuffer.el (completion-cycling): New var (bug#7266).
--- a/lisp/simple.el	Wed Oct 27 22:22:29 2010 -0400
+++ b/lisp/simple.el	Wed Oct 27 20:49:40 2010 -0700
@@ -3685,8 +3685,6 @@
       (marker-position (mark-marker))
     (signal 'mark-inactive nil)))
 
-(declare-function x-selection-owner-p "xselect.c" (&optional selection))
-
 (defsubst deactivate-mark (&optional force)
   "Deactivate the mark by setting `mark-active' to nil.
 Unless FORCE is non-nil, this function does nothing if Transient
@@ -6764,5 +6762,4 @@
 
 (provide 'simple)
 
-;; arch-tag: 24af67c0-2a49-44f6-b3b1-312d8b570dfd
 ;;; simple.el ends here