diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el index 5820cae29bc..b7a20d37ce7 100644 --- a/lisp/x-dnd.el +++ b/lisp/x-dnd.el @@ -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.")