]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct kboard): New elt Vlast_repeatable_command.
authorMartin Rudalics <rudalics@gmx.at>
Wed, 29 Aug 2007 08:59:44 +0000 (08:59 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Wed, 29 Aug 2007 08:59:44 +0000 (08:59 +0000)
src/keyboard.h

index 15e55ad4e6736160ebae7afd082974b73ae4ab7b..ea147cad483077c139286435fe91405c2f0db91e 100644 (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;