comparison src/keyboard.c @ 63081:59ed3a7ebadb

(command_loop_1): Update Vthis_original_command.
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 06 Jun 2005 16:17:44 +0000
parents 3cf2ae5f446d
children 202cc39e47ea
comparison
equal deleted inserted replaced
63080:979a10ee9bfe 63081:59ed3a7ebadb
1520 before_command_key_count = this_command_key_count; 1520 before_command_key_count = this_command_key_count;
1521 before_command_echo_length = echo_length (); 1521 before_command_echo_length = echo_length ();
1522 1522
1523 Vthis_command = Qnil; 1523 Vthis_command = Qnil;
1524 real_this_command = Qnil; 1524 real_this_command = Qnil;
1525 Vthis_original_command=Qnil;
1525 1526
1526 /* Read next key sequence; i gets its length. */ 1527 /* Read next key sequence; i gets its length. */
1527 i = read_key_sequence (keybuf, sizeof keybuf / sizeof keybuf[0], 1528 i = read_key_sequence (keybuf, sizeof keybuf / sizeof keybuf[0],
1528 Qnil, 0, 1, 1); 1529 Qnil, 0, 1, 1);
1529 1530