]> git.eshelyaron.com Git - emacs.git/commit
Remove some redundant checks in the DND code
authorPo Lu <luangruo@yahoo.com>
Tue, 26 Jul 2022 02:29:16 +0000 (10:29 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 26 Jul 2022 02:29:16 +0000 (10:29 +0800)
commit06cec5ee0bd2c2a8fbc761bd5eb0254a4ecf10f4
tree6050263c5b1235279a1e8837145db140e2da94ec
parentd04701c0c4959d3c42587a4e1277bb517a2ea04b
Remove some redundant checks in the DND code

* src/xterm.c (handle_one_xevent): Don't check tab_bar_p or
tool_bar_p before clearing last items during drag-and-drop.
src/xterm.c