From: Luc Teirlinck Date: Fri, 10 Jun 2005 02:26:58 +0000 (+0000) Subject: (command_loop_1): Adapt call to Fselect_frame. X-Git-Tag: emacs-pretest-22.0.90~9159 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f840fb39d6091f5d8cd361ae6531ba7f38979133;p=emacs.git (command_loop_1): Adapt call to Fselect_frame. --- diff --git a/src/keyboard.c b/src/keyboard.c index 77663a0ba61..b213d187aac 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1509,7 +1509,7 @@ command_loop_1 () 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. */