Function: x-dnd-forget-drop
x-dnd-forget-drop is a byte-compiled function defined in x-dnd.el.gz.
Signature
(x-dnd-forget-drop FRAME-OR-WINDOW)
Documentation
Remove all state for the last drop.
FRAME-OR-WINDOW is the frame or window that the mouse is over.
Source Code
;; Defined in /usr/src/emacs/lisp/x-dnd.el.gz
(defun x-dnd-forget-drop (frame-or-window)
"Remove all state for the last drop.
FRAME-OR-WINDOW is the frame or window that the mouse is over."
(setcdr (x-dnd-get-state-cons-for-frame frame-or-window)
(copy-sequence x-dnd-empty-state)))