# HG changeset patch # User Martin Rudalics # Date 1188378108 0 # Node ID ee72d5aa5335598b2630b68fe36fef8fec4e33b2 # Parent c9c7e7b146ec43046f3d986b0a1f7acb6d77e078 *** empty log message *** diff -r c9c7e7b146ec -r ee72d5aa5335 src/ChangeLog --- a/src/ChangeLog Wed Aug 29 09:00:42 2007 +0000 +++ b/src/ChangeLog Wed Aug 29 09:01:48 2007 +0000 @@ -1,3 +1,14 @@ +2007-08-29 Martin Rudalics + + * keyboard.h (struct kboard): New elt Vlast_repeatable_command. + + * keyboard.c (syms_of_keyboard): Set up new Lisp variable + last-repeatable-command. + (init_kboard): Initialize Vlast_repeatable_command. + (command_loop_1): Set it to real_this_command unless that was + bound to an input event. + (mark_kboards): Mark it. + 2007-08-28 Juanma Barranquero * image.c (syms_of_image) :