; Fix build warnings
* lisp/x-dnd.el (x-begin-drag): Add missing declarations.
This commit is contained in:
parent
b7d3231e80
commit
f70e852ea6
1 changed files with 2 additions and 0 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Reference in a new issue