]> git.eshelyaron.com Git - emacs.git/commit
Fix some bugs with drag and drop and Mozilla
authorPo Lu <luangruo@yahoo.com>
Thu, 24 Mar 2022 08:36:47 +0000 (16:36 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 24 Mar 2022 08:39:23 +0000 (16:39 +0800)
commitcae187e430dc01a46ff719257368c7166eaa8ad1
tree2f5aa2e90672278f5fc5e5b47b90b96a4305c158
parentb4f504a0ea90eb7fed2f3c0291d0eab43ef483d6
Fix some bugs with drag and drop and Mozilla

* src/xfns.c (Fx_begin_drag): Call maybe_quit when iterating
through potentially long lists.  Also allow specifying
XdndActionAsk manually again, since it's useful for debugging.
* src/xterm.c (x_dnd_begin_drag_and_drop): Delete XdndActionList
and XdndActionDescription if they were not specified.
src/xfns.c
src/xterm.c