From: Andrea Corallo Date: Sun, 3 Nov 2024 14:32:28 +0000 (+0100) Subject: * Remove warning introduced by 8e7f5f97db6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8bf32f8685cf2da3f5212856ff017b335b34be98;p=emacs.git * Remove warning introduced by 8e7f5f97db6 * lisp/term/w32-win.el (w32--get-clipboard-data-media): Declare. (cherry picked from commit 53f0151518c767bb97dc90fea63efb37d8311dd2) --- diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index b5c909f4a4e..7579608ac22 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el @@ -488,6 +488,8 @@ also be textual." (mapconcat #'identity w32--textual-mime-types "\\|") (symbol-name mime-type))) +(declare-function w32--get-clipboard-data-media "w32select.c") + (defun w32--get-selection (&optional type data-type) (cond ((and (eq type 'CLIPBOARD) (eq data-type 'STRING))