From 2ea62d635dd71ddb3368dd743ea9deb2bd68d34d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 26 Feb 2018 13:35:30 -0500 Subject: Update some lisp function declarations --- lisp/term/w32-win.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lisp/term') diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index 28eaeff6056..dc57160d04f 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el @@ -392,8 +392,12 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.") (declare-function w32-set-clipboard-data "w32select.c" (string &optional ignored)) -(declare-function w32-get-clipboard-data "w32select.c") -(declare-function w32-selection-exists-p "w32select.c") +(declare-function w32-get-clipboard-data "w32select.c" + (&optional ignored)) +(declare-function w32-selection-exists-p "w32select.c" + (&optional selection terminal)) +(declare-function w32-selection-targets "w32select.c" + (&optional selection terminal)) ;;; Fix interface to (X-specific) mouse.el (defun w32--set-selection (type value) -- cgit v1.2.3