; Fix build warnings

* lisp/x-dnd.el (x-begin-drag): Add missing declarations.
This commit is contained in:
Po Lu 2022-06-29 20:16:44 +08:00
parent b7d3231e80
commit f70e852ea6

View file

@ -1128,6 +1128,8 @@ ACTION is the action given to `x-begin-drag'."
;;; XDS protocol support.
(declare-function x-begin-drag "xfns.c")
(declare-function x-delete-window-property "xfns.c")
(defvar selection-converter-alist)
(defvar x-dnd-xds-current-file nil
"The file name for which a direct save is currently being performed.")