Mercurial > emacs
changeset 16112:049d6b31cd42
(Fredirect_frame_focus): Don't call Ffocus_frame.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 04 Sep 1996 05:41:48 +0000 |
parents | 5ad91b5cd2b4 |
children | df832a303ce5 |
files | src/frame.c |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Wed Sep 04 05:39:41 1996 +0000 +++ b/src/frame.c Wed Sep 04 05:41:48 1996 +0000 @@ -1617,13 +1617,6 @@ 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));