# HG changeset patch # User Glenn Morris # Date 1288237780 25200 # Node ID 2cd6d2fadf9c4862d966c0a73a1d6c31df2a37b3 # Parent 4c0e52d5ae129290238940dd4dc7b738ba4a3335 * lisp/simple.el (x-selection-owner-p): Remove unused declaration. diff -r 4c0e52d5ae12 -r 2cd6d2fadf9c lisp/ChangeLog --- 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 + + * simple.el (x-selection-owner-p): Remove unused declaration. + 2010-10-28 Stefan Monnier * minibuffer.el (completion-cycling): New var (bug#7266). diff -r 4c0e52d5ae12 -r 2cd6d2fadf9c lisp/simple.el --- 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