+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).
(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
(provide 'simple)
-;; arch-tag: 24af67c0-2a49-44f6-b3b1-312d8b570dfd
;;; simple.el ends here