* lisp/simple.el (x-selection-owner-p): Remove unused declaration.
authorGlenn Morris <rgm@gnu.org>
Thu, 28 Oct 2010 03:49:40 +0000 (20:49 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 28 Oct 2010 03:49:40 +0000 (20:49 -0700)
lisp/ChangeLog
lisp/simple.el

index 0a8870d..8ae264d 100644 (file)
@@ -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).
index 3ecfaa2..0d56381 100644 (file)
@@ -3685,8 +3685,6 @@ a mistake; see the documentation of `set-mark'."
       (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 @@ warning using STRING as the message.")
 
 (provide 'simple)
 
-;; arch-tag: 24af67c0-2a49-44f6-b3b1-312d8b570dfd
 ;;; simple.el ends here