aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck <[email protected]>2005-06-06 16:17:44 +0000
committerLuc Teirlinck <[email protected]>2005-06-06 16:17:44 +0000
commit6e005d5617bf8b74c2633a17336671f34d003b1e (patch)
tree6a90c1006625885d4ff82b28bf9316a408b86a69
parent24e55febf48bcd6bef8c5a0343a2f7bbcd24637d (diff)
(command_loop_1): Update Vthis_original_command.
-rw-r--r--src/keyboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index baba3c466d..a4af619faf 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],