From d2ff5d5051fa8f3a741ba897680cd6246a3e5280 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Wed, 29 Aug 2007 08:59:44 +0000 Subject: [PATCH] (struct kboard): New elt Vlast_repeatable_command. --- src/keyboard.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/keyboard.h b/src/keyboard.h index 15e55ad4e67..ea147cad483 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -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; -- 2.39.2