# HG changeset patch # User Richard M. Stallman # Date 1005605702 0 # Node ID 721d19071a5f8c1c449332e353c7d6e0b5b2119b # Parent 9f4e8b1ee107b1ea814ea45012b0f514538c6e2c Undo unintended change in #if 0 code. diff -r 9f4e8b1ee107 -r 721d19071a5f src/xterm.c --- a/src/xterm.c Mon Nov 12 22:37:48 2001 +0000 +++ b/src/xterm.c Mon Nov 12 22:55:02 2001 +0000 @@ -10755,8 +10755,7 @@ { if (f == dpyinfo->x_focus_event_frame) dpyinfo->x_focus_event_frame = 0; - if (dpyinfo->x_focus_event_frame != 0 - && f == dpyinfo->x_focus_frame) + if (f == dpyinfo->x_focus_frame) x_new_focus_frame (dpyinfo, 0); } #endif