From 1d512c6de75956e9557d95a83eab5bf49786edc6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 4 Sep 1996 05:41:48 +0000 Subject: [PATCH] (Fredirect_frame_focus): Don't call Ffocus_frame. --- src/frame.c | 7 ------- 1 file changed, 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)); -- 2.39.2