aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-12 22:55:02 +0000
committerRichard M. Stallman2001-11-12 22:55:02 +0000
commit140d664344a0b8c68fae58b4ce111db36fa94d2d (patch)
tree74384db0b2d062113dc42b84df5471124df524e0
parent275cffa758e56b28f3f427fffb2be88a781ed5b9 (diff)
downloademacs-140d664344a0b8c68fae58b4ce111db36fa94d2d.tar.gz
emacs-140d664344a0b8c68fae58b4ce111db36fa94d2d.zip
Undo unintended change in #if 0 code.
-rw-r--r--src/xterm.c3
1 files changed, 1 insertions, 2 deletions
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)
10755 { 10755 {
10756 if (f == dpyinfo->x_focus_event_frame) 10756 if (f == dpyinfo->x_focus_event_frame)
10757 dpyinfo->x_focus_event_frame = 0; 10757 dpyinfo->x_focus_event_frame = 0;
10758 if (dpyinfo->x_focus_event_frame != 0 10758 if (f == dpyinfo->x_focus_frame)
10759 && f == dpyinfo->x_focus_frame)
10760 x_new_focus_frame (dpyinfo, 0); 10759 x_new_focus_frame (dpyinfo, 0);
10761 } 10760 }
10762#endif 10761#endif