From: Richard M. Stallman Date: Wed, 4 Sep 1996 05:41:48 +0000 (+0000) Subject: (Fredirect_frame_focus): Don't call Ffocus_frame. X-Git-Tag: emacs-20.1~3832 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1d512c6de75956e9557d95a83eab5bf49786edc6;p=emacs.git (Fredirect_frame_focus): Don't call Ffocus_frame. --- 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));