Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
281:090b52736db2 | 282:c42ec1d1cded |
---|---|
533 while (EQ (Vcommand_loop, old_loop)) | 533 while (EQ (Vcommand_loop, old_loop)) |
534 #endif /* LISP_COMMAND_LOOP */ | 534 #endif /* LISP_COMMAND_LOOP */ |
535 { | 535 { |
536 /* If focus_follows_mouse, make sure the frame with window manager | 536 /* If focus_follows_mouse, make sure the frame with window manager |
537 focus is selected. */ | 537 focus is selected. */ |
538 { extern void investigate_frame_change (void); | 538 if (focus_follows_mouse) |
539 extern int focus_follows_mouse; | 539 investigate_frame_change (); |
540 | |
541 if (focus_follows_mouse) | |
542 investigate_frame_change (); | |
543 } | |
544 | 540 |
545 /* Make sure the current window's buffer is selected. */ | 541 /* Make sure the current window's buffer is selected. */ |
546 { | 542 { |
547 Lisp_Object selected_window = Fselected_window (Qnil); | 543 Lisp_Object selected_window = Fselected_window (Qnil); |
548 | 544 |