From f840fb39d6091f5d8cd361ae6531ba7f38979133 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Fri, 10 Jun 2005 02:26:58 +0000 Subject: [PATCH] (command_loop_1): Adapt call to Fselect_frame. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.5