# HG changeset patch # User Martin Rudalics # Date 1225622781 0 # Node ID cd9c652e34ddad7c1bddbfac50aaaa7a14eed68e # Parent 2b78c770209e415e81e1bb5c9b8e5bdd76b5ff0f (command_loop_1): Handle NORECORD in call of Fselect_frame (currently ifdefd). diff -r 2b78c770209e -r cd9c652e34dd src/keyboard.c --- a/src/keyboard.c Sun Nov 02 10:41:28 2008 +0000 +++ b/src/keyboard.c Sun Nov 02 10:46:21 2008 +0000 @@ -1601,7 +1601,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); + Fselect_frame (internal_last_event_frame, Qnil); #endif /* If it has changed current-menubar from previous value, really recompute the menubar from the value. */ @@ -11098,7 +11098,7 @@ if (FRAMEP (internal_last_event_frame) && !EQ (internal_last_event_frame, selected_frame)) do_switch_frame (make_lispy_switch_frame (internal_last_event_frame), - 0, 0); + 0, 0, Qnil); _longjmp (getcjmp, 1); }