* Remove warning introduced by 8e7f5f97db

* lisp/term/w32-win.el (w32--get-clipboard-data-media): Declare.
This commit is contained in:
Andrea Corallo 2024-11-03 15:32:28 +01:00
parent 8e7f5f97db
commit 53f0151518

View file

@ -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))