summaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-04 05:41:48 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-04 05:41:48 +0000
commitb8838cb3d8235b69883f0e0f23b1f72003271f38 (patch)
tree1ecdcd35f3e8e2861eebae2a5cf20b1c4ad3be2e /src/frame.c
parent2d435c3ed120b2d4361d73db1c9e9e03af452586 (diff)
downloademacs-b8838cb3d8235b69883f0e0f23b1f72003271f38.tar.gz
(Fredirect_frame_focus): Don't call Ffocus_frame.
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/frame.c b/src/frame.c
index 8dea582b7c8..41318ffcccd 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -1617,13 +1617,6 @@ The redirection lasts until `redirect-frame-focus' is called to change it.")
XFRAME (frame)->focus_frame = focus_frame;
- /* I think this should be done with a hook. */
-#ifdef HAVE_WINDOW_SYSTEM
- if (!NILP (focus_frame) && ! EQ (focus_frame, frame)
- && (FRAME_WINDOW_P (XFRAME (focus_frame))))
- Ffocus_frame (focus_frame);
-#endif
-
if (frame_rehighlight_hook)
(*frame_rehighlight_hook) (XFRAME (frame));