]> git.eshelyaron.com Git - emacs.git/commitdiff
* Remove warning introduced by 8e7f5f97db6
authorAndrea Corallo <acorallo@gnu.org>
Sun, 3 Nov 2024 14:32:28 +0000 (15:32 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 8 Nov 2024 13:29:30 +0000 (14:29 +0100)
* lisp/term/w32-win.el (w32--get-clipboard-data-media): Declare.

(cherry picked from commit 53f0151518c767bb97dc90fea63efb37d8311dd2)

lisp/term/w32-win.el

index b5c909f4a4ea556478a5ca4c5950be8ec64d9d58..7579608ac22eb41bcad513f042ec92611db8d3c0 100644 (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))