From 6e005d5617bf8b74c2633a17336671f34d003b1e Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Mon, 6 Jun 2005 16:17:44 +0000 Subject: (command_loop_1): Update Vthis_original_command. --- src/keyboard.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/keyboard.c') diff --git a/src/keyboard.c b/src/keyboard.c index baba3c466d2..a4af619fafd 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1522,6 +1522,7 @@ command_loop_1 () Vthis_command = Qnil; real_this_command = Qnil; + Vthis_original_command=Qnil; /* Read next key sequence; i gets its length. */ i = read_key_sequence (keybuf, sizeof keybuf / sizeof keybuf[0], -- cgit v1.2.1 From 9d138659971d8f027fe1e203e23b885f00cb8c25 Mon Sep 17 00:00:00 2001 From: Richard M. Stallman Date: Wed, 8 Jun 2005 15:18:49 +0000 Subject: Clean up whitespace. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/keyboard.c') diff --git a/src/keyboard.c b/src/keyboard.c index a4af619fafd..77663a0ba61 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1522,7 +1522,7 @@ command_loop_1 () Vthis_command = Qnil; real_this_command = Qnil; - Vthis_original_command=Qnil; + Vthis_original_command = Qnil; /* Read next key sequence; i gets its length. */ i = read_key_sequence (keybuf, sizeof keybuf / sizeof keybuf[0], -- cgit v1.2.1 From f840fb39d6091f5d8cd361ae6531ba7f38979133 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Fri, 10 Jun 2005 02:26:58 +0000 Subject: (command_loop_1): Adapt call to Fselect_frame. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/keyboard.c') 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. */ -- cgit v1.2.1