projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7d3231
)
; Fix build warnings
author
Po Lu
<luangruo@yahoo.com>
Wed, 29 Jun 2022 12:16:44 +0000
(20:16 +0800)
committer
Po 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
patch
|
blob
|
history
diff --git
a/lisp/x-dnd.el
b/lisp/x-dnd.el
index 5820cae29bc7ea8bb9775a8c55a8d258ad4c78c7..b7a20d37ce7c29ce1a0c4765bc5fbfe151ac1989 100644
(file)
--- 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.")