comparison src/event-stream.c @ 195:a2f645c6b9f8 r20-3b24

Import from CVS: tag r20-3b24
author cvs
date Mon, 13 Aug 2007 09:59:05 +0200
parents 489f57a838ef
children acd284d43ca1
comparison
equal deleted inserted replaced
194:2947057885e5 195:a2f645c6b9f8
4519 if (--command_builder->self_insert_countdown < 0) 4519 if (--command_builder->self_insert_countdown < 0)
4520 command_builder->self_insert_countdown = 20; 4520 command_builder->self_insert_countdown = 20;
4521 } 4521 }
4522 execute_command_event 4522 execute_command_event
4523 (command_builder, 4523 (command_builder,
4524 !NILP (Fequal (event, command_builder-> most_current_event)) 4524 internal_equal (event, command_builder-> most_current_event, 0)
4525 ? event 4525 ? event
4526 /* Use the translated event that was most recently seen. 4526 /* Use the translated event that was most recently seen.
4527 This way, last-command-event becomes f1 instead of 4527 This way, last-command-event becomes f1 instead of
4528 the P from ESC O P. But we must copy it, else we'll 4528 the P from ESC O P. But we must copy it, else we'll
4529 lose when the command-builder events are deallocated. */ 4529 lose when the command-builder events are deallocated. */