aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2001-11-12 22:55:02 +0000
committerRichard M. Stallman <[email protected]>2001-11-12 22:55:02 +0000
commit140d664344a0b8c68fae58b4ce111db36fa94d2d (patch)
tree74384db0b2d062113dc42b84df5471124df524e0 /src/xterm.c
parent275cffa758e56b28f3f427fffb2be88a781ed5b9 (diff)
Undo unintended change in #if 0 code.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 2a700b1a61..47f898c8b7 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