]> git.eshelyaron.com Git - emacs.git/commitdiff
Undo unintended change in #if 0 code.
authorRichard M. Stallman <rms@gnu.org>
Mon, 12 Nov 2001 22:55:02 +0000 (22:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 12 Nov 2001 22:55:02 +0000 (22:55 +0000)
src/xterm.c

index 2a700b1a617b922bcb817e276db5c88cb2d93273..47f898c8b726bb7b18c3ce621717394f5d5c9c64 100644 (file)
@@ -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