]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix build warnings
authorPo Lu <luangruo@yahoo.com>
Wed, 29 Jun 2022 12:16:44 +0000 (20:16 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 29 Jun 2022 12:16:44 +0000 (20:16 +0800)
* lisp/x-dnd.el (x-begin-drag): Add missing declarations.

lisp/x-dnd.el

index 5820cae29bc7ea8bb9775a8c55a8d258ad4c78c7..b7a20d37ce7c29ce1a0c4765bc5fbfe151ac1989 100644 (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.")