aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 9b0fe6f3f7b..dc06df246c4 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -13930,7 +13930,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
13930 13930
13931 if (x_dnd_in_progress || x_dnd_waiting_for_finish) 13931 if (x_dnd_in_progress || x_dnd_waiting_for_finish)
13932 { 13932 {
13933 eassert (hold_quit); 13933 eassume (hold_quit);
13934 13934
13935 *hold_quit = inev.ie; 13935 *hold_quit = inev.ie;
13936 EVENT_INIT (inev.ie); 13936 EVENT_INIT (inev.ie);