From: Richard M. Stallman Date: Mon, 12 Nov 2001 22:55:02 +0000 (+0000) Subject: Undo unintended change in #if 0 code. X-Git-Tag: ttn-vms-21-2-B4~18637 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=140d664344a0b8c68fae58b4ce111db36fa94d2d;p=emacs.git Undo unintended change in #if 0 code. --- diff --git a/src/xterm.c b/src/xterm.c index 2a700b1a617..47f898c8b72 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -10755,8 +10755,7 @@ XTread_socket (sd, bufp, numchars, expected) { 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