aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
83 other commands. */ 83 other commands. */
84 Lisp_Object Vreal_last_command; 84 Lisp_Object Vreal_last_command;
85 85
86 /* Last command that may be repeated by `repeat'. */
87 Lisp_Object Vlast_repeatable_command;
88
86 /* The prefix argument for the next command, in raw form. */ 89 /* The prefix argument for the next command, in raw form. */
87 Lisp_Object Vprefix_arg; 90 Lisp_Object Vprefix_arg;
88 91