Variable: dnd-open-file-other-window
dnd-open-file-other-window is a customizable variable defined in
dnd.el.gz.
Value
nil
Documentation
If non-nil, always use find-file-other-window to open dropped files.
This variable was added, or its default value changed, in Emacs 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/dnd.el.gz
(defcustom dnd-open-file-other-window nil
"If non-nil, always use `find-file-other-window' to open dropped files."
:version "22.1"
:type 'boolean
:group 'dnd)