emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Mon, 12 Nov 2001 17:55:02 -0500

Index: emacs/src/xterm.c
diff -u emacs/src/xterm.c:1.680 emacs/src/xterm.c:1.681
--- emacs/src/xterm.c:1.680     Mon Nov 12 00:35:02 2001
+++ emacs/src/xterm.c   Mon Nov 12 17:55:02 2001
@@ -10755,8 +10755,7 @@
                    {
                      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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]