]> git.eshelyaron.com Git - emacs.git/commit
Update input_pending after deferring selection requests
authorPo Lu <luangruo@yahoo.com>
Sat, 25 Jun 2022 12:07:35 +0000 (20:07 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 25 Jun 2022 12:08:52 +0000 (20:08 +0800)
commitbdf495f25fe38a151b96c4061fc0dffc121fcc14
tree09d0ed7f42eb4db6e0e5232cb3f591cb16958fe9
parent3d3029353b95360e374fc673339b7c8cd5568db1
Update input_pending after deferring selection requests

* src/xterm.c (x_defer_selection_requests): If kbd_fetch_ptr
moved, update input_pending.  Bug found calling
`input-pending-p' inside the DND movement function.
src/xterm.c