mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 12:57:34 +00:00
* src/xterm.c (handle_one_xevent): Assert that hold_quit is present instead.
This commit is contained in:
parent
743a95f813
commit
2aa588f016
1 changed files with 3 additions and 2 deletions
|
|
@ -13826,8 +13826,9 @@ handle_one_xevent (struct x_display_info *dpyinfo,
|
|||
|
||||
if (x_dnd_in_progress || x_dnd_waiting_for_finish)
|
||||
{
|
||||
if (hold_quit)
|
||||
*hold_quit = inev.ie;
|
||||
eassert (hold_quit);
|
||||
|
||||
*hold_quit = inev.ie;
|
||||
EVENT_INIT (inev.ie);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue