# HG changeset patch # User Martin Rudalics # Date 1188377984 0 # Node ID 4492556ec35d201860e34209633e559de4a4c725 # Parent b1446cf49dfdbbc6b40936a07320b3268bbe33e3 (struct kboard): New elt Vlast_repeatable_command. diff -r b1446cf49dfd -r 4492556ec35d src/keyboard.h --- a/src/keyboard.h Tue Aug 28 17:36:37 2007 +0000 +++ b/src/keyboard.h Wed Aug 29 08:59:44 2007 +0000 @@ -83,6 +83,9 @@ other commands. */ Lisp_Object Vreal_last_command; + /* Last command that may be repeated by `repeat'. */ + Lisp_Object Vlast_repeatable_command; + /* The prefix argument for the next command, in raw form. */ Lisp_Object Vprefix_arg;