From 8bf32f8685cf2da3f5212856ff017b335b34be98 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 3 Nov 2024 15:32:28 +0100 Subject: [PATCH] * Remove warning introduced by 8e7f5f97db6 * lisp/term/w32-win.el (w32--get-clipboard-data-media): Declare. (cherry picked from commit 53f0151518c767bb97dc90fea63efb37d8311dd2) --- lisp/term/w32-win.el | 2 ++ 1 file changed, 2 insertions(+) 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)) -- 2.39.5