* Remove warning introduced by 8e7f5f97db
* lisp/term/w32-win.el (w32--get-clipboard-data-media): Declare.
This commit is contained in:
parent
8e7f5f97db
commit
53f0151518
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue