(struct kboard): New elt Vlast_repeatable_command.

This commit is contained in:
Martin Rudalics
2007-08-29 08:59:44 +00:00
parent f7f0e27c8f
commit d2ff5d5051

View File

@@ -83,6 +83,9 @@ struct kboard
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;