summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/keyboard.h3
1 files changed, 3 insertions, 0 deletions
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;