]> code.delx.au - gnu-emacs/commitdiff
Update some function declarations
authorGlenn Morris <rgm@gnu.org>
Sat, 11 Feb 2012 23:06:46 +0000 (15:06 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 11 Feb 2012 23:06:46 +0000 (15:06 -0800)
* 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.

lisp/ChangeLog
lisp/select.el
lisp/x-dnd.el

index c17384d9d2343a124a28eb5d2bdb3452c9c49beb..86de66e1c24824839205e224126560ab534e4a98 100644 (file)
@@ -1,5 +1,9 @@
 2012-02-11  Glenn Morris  <rgm@gnu.org>
 
+       * select.el (x-get-selection-internal, x-own-selection-internal)
+       (x-disown-selection-internal):
+       * x-dnd.el (x-get-selection-internal): Update declarations.
+
        * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
 
        * window.el (window-sides-slots):
index 8d9d7cc386b523ee1c1a3f33357ebe8f3f90d6de..0260eba4682a901f96c9a2ffa2b32adc43844d51 100644 (file)
@@ -72,7 +72,7 @@ variable is set, it is used for the next communication only.
 After the communication, this variable is set to nil.")
 
 (declare-function x-get-selection-internal "xselect.c"
-                 (selection-symbol target-type &optional time-stamp))
+                 (selection-symbol target-type &optional time-stamp terminal))
 
 ;; Only declared obsolete in 23.3.
 (define-obsolete-function-alias 'x-selection 'x-get-selection "at least 19.34")
@@ -118,9 +118,9 @@ in `selection-converter-alist', which see."
   (x-get-selection-internal 'CLIPBOARD 'STRING))
 
 (declare-function x-own-selection-internal "xselect.c"
-                 (selection-name selection-value))
+                 (selection-name selection-value &optional frame))
 (declare-function x-disown-selection-internal "xselect.c"
-                 (selection &optional time))
+                 (selection &optional time terminal))
 
 (defun x-set-selection (type data)
   "Make an X selection of type TYPE and value DATA.
index 65dcf8450646007b5238ad1d7aa42e04a1686c24..539b95a18fd940136630a87d81682df7e0fdc862 100644 (file)
@@ -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"