Function: w32-drag-n-drop-other-frame
w32-drag-n-drop-other-frame is an interactive and byte-compiled
function defined in w32-win.el.gz.
Signature
(w32-drag-n-drop-other-frame EVENT)
Documentation
Edit the files listed in the drag-n-drop EVENT, in other frames.
May create new frames, or reuse existing ones. The frame editing the last file dropped is selected.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/term/w32-win.el.gz
(defun w32-drag-n-drop-other-frame (event)
"Edit the files listed in the drag-n-drop EVENT, in other frames.
May create new frames, or reuse existing ones. The frame editing
the last file dropped is selected."
(interactive "e")
(w32-drag-n-drop event t))