From 6e005d5617bf8b74c2633a17336671f34d003b1e Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Mon, 6 Jun 2005 16:17:44 +0000 Subject: [PATCH] (command_loop_1): Update Vthis_original_command. --- src/keyboard.c | 1 + 1 file changed, 1 insertion(+) 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], -- 2.39.5