Mercurial > hg > xemacs-beta
diff src/cmdloop.c @ 282:c42ec1d1cded r21-0b39
Import from CVS: tag r21-0b39
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:33:18 +0200 |
parents | 7df0dd720c89 |
children | e11d67e05968 |
line wrap: on
line diff
--- a/src/cmdloop.c Mon Aug 13 10:32:23 2007 +0200 +++ b/src/cmdloop.c Mon Aug 13 10:33:18 2007 +0200 @@ -535,12 +535,8 @@ { /* If focus_follows_mouse, make sure the frame with window manager focus is selected. */ - { extern void investigate_frame_change (void); - extern int focus_follows_mouse; - - if (focus_follows_mouse) - investigate_frame_change (); - } + if (focus_follows_mouse) + investigate_frame_change (); /* Make sure the current window's buffer is selected. */ {