# HG changeset patch # User Luc Teirlinck # Date 1118370418 0 # Node ID bd105bca3ee45105546f962ddf144d51b5498c28 # Parent 1ba4135e8efab067f50d9689fdf91e6c2104a6e4 (command_loop_1): Adapt call to Fselect_frame. diff -r 1ba4135e8efa -r bd105bca3ee4 src/keyboard.c --- a/src/keyboard.c Fri Jun 10 02:22:11 2005 +0000 +++ b/src/keyboard.c Fri Jun 10 02:26:58 2005 +0000 @@ -1509,7 +1509,7 @@ Is this a good idea? */ if (FRAMEP (internal_last_event_frame) && !EQ (internal_last_event_frame, selected_frame)) - Fselect_frame (internal_last_event_frame, Qnil); + Fselect_frame (internal_last_event_frame); #endif /* If it has changed current-menubar from previous value, really recompute the menubar from the value. */