]> git.eshelyaron.com Git - emacs.git/commit
Allow dragging files from dired to windows on the same frame
authorPo Lu <luangruo@yahoo.com>
Fri, 25 Mar 2022 13:24:03 +0000 (21:24 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 25 Mar 2022 13:24:27 +0000 (21:24 +0800)
commit8ba0f190642d20e8f9caa7472c12674c7ba65a69
tree8aa315884cb57acad67951b7459986e738cb315a
parentab414c5661cc4db23f05f017ef81add2e502171f
Allow dragging files from dired to windows on the same frame

* doc/lispref/frames.texi (Drag and Drop): Document new
parameter to `x-begin-drag'.
* lisp/dired.el (dired-mouse-drag): Utilize new parameter.
* lisp/term/haiku-win.el (x-begin-drag): Add new parameter.
* src/xfns.c (Fx_begin_drag): New parameter
`allow-current-frame'.  Fix typo and update doc string.
* src/xterm.c (x_dnd_get_window_proto): Respect
`x_dnd_allow_current_frame'.
(x_dnd_begin_drag_and_drop): New parameter
`allow_current_frame'.
* src/xterm.h: Update prototypes.
doc/lispref/frames.texi
lisp/dired.el
lisp/term/haiku-win.el
src/xfns.c
src/xterm.c
src/xterm.h