diff options
| author | Richard M. Stallman | 2001-11-12 22:55:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-12 22:55:02 +0000 |
| commit | 140d664344a0b8c68fae58b4ce111db36fa94d2d (patch) | |
| tree | 74384db0b2d062113dc42b84df5471124df524e0 /src | |
| parent | 275cffa758e56b28f3f427fffb2be88a781ed5b9 (diff) | |
| download | emacs-140d664344a0b8c68fae58b4ce111db36fa94d2d.tar.gz emacs-140d664344a0b8c68fae58b4ce111db36fa94d2d.zip | |
Undo unintended change in #if 0 code.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 3 |
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 |