summaryrefslogtreecommitdiff
path: root/lisp/x-dnd.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-02-11 15:06:46 -0800
committerGlenn Morris <rgm@gnu.org>2012-02-11 15:06:46 -0800
commitcfecdf09a009b80395fae21e4ec4beeb7727db53 (patch)
tree16b25a220adbd9eb2f444c32acf5627588d0d1ca /lisp/x-dnd.el
parent6d216d7f115365eb0e2e423e0b3a55083b4e663d (diff)
downloademacs-cfecdf09a009b80395fae21e4ec4beeb7727db53.tar.gz
Update some function declarations
* lisp/select.el (x-get-selection-internal, x-own-selection-internal) (x-disown-selection-internal): * lisp/x-dnd.el (x-get-selection-internal): Update declarations.
Diffstat (limited to 'lisp/x-dnd.el')
-rw-r--r--lisp/x-dnd.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el
index 65dcf845064..539b95a18fd 100644
--- a/lisp/x-dnd.el
+++ b/lisp/x-dnd.el
@@ -431,7 +431,7 @@ otherwise return the frame coordinates."
(declare-function x-send-client-message "xselect.c"
(display dest from message-type format values))
(declare-function x-get-selection-internal "xselect.c"
- (selection-symbol target-type &optional time-stamp))
+ (selection-symbol target-type &optional time-stamp terminal))
(defun x-dnd-version-from-flags (flags)
"Return the version byte from the 32 bit FLAGS in an XDndEnter message"