From: Po Lu Date: Wed, 23 Mar 2022 01:21:19 +0000 (+0800) Subject: ; * src/xterm.c (x_free_frame_resources): Fix typo in last change. X-Git-Tag: emacs-29.0.90~1931^2~972 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd242b49ec477c116a1f1a345970ceaf6920878d;p=emacs.git ; * src/xterm.c (x_free_frame_resources): Fix typo in last change. --- diff --git a/src/xterm.c b/src/xterm.c index 550515aeff7..3d0d8264092 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -17596,7 +17596,7 @@ x_free_frame_resources (struct frame *f) x_dnd_send_leave (f, x_dnd_last_seen_window); unblock_input (); - x_dnd_end_window = x_dnd_last_seen_window; + x_dnd_end_window = None; x_dnd_last_seen_window = None; x_dnd_in_progress = false; x_dnd_waiting_for_finish = false;