]> git.eshelyaron.com Git - emacs.git/commit
Fix quitting in one go out of `mouse-drag-and-drop-region'
authorPo Lu <luangruo@yahoo.com>
Wed, 8 Jun 2022 05:03:57 +0000 (13:03 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 8 Jun 2022 05:03:57 +0000 (13:03 +0800)
commit90f3da0ccdb4c58265e9f8c3d9465198d8a2092a
tree877048fb8facdefb531fd7da8d0f9e609ec30b24
parentd1c619372099ba123b7aa485907ed71ec961e9fe
Fix quitting in one go out of `mouse-drag-and-drop-region'

* src/xterm.c (x_dnd_begin_drag_and_drop): Make sure
handle_interrupt is called inside the nested event loop upon a
quit event.
src/xterm.c