From f41f19b0d215b9764e79ec368a224499c577e6e0 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 27 Oct 2010 20:49:40 -0700 Subject: [PATCH] * lisp/simple.el (x-selection-owner-p): Remove unused declaration. --- lisp/ChangeLog | 4 ++++ lisp/simple.el | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0a8870dbf4f..8ae264d36c2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/simple.el b/lisp/simple.el index 3ecfaa26e83..0d5638158fe 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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 -- 2.39.5