summaryrefslogtreecommitdiff
path: root/src/keyboard.h
diff options
context:
space:
mode:
authorMartin Rudalics <rudalics@gmx.at>2007-08-29 08:59:44 +0000
committerMartin Rudalics <rudalics@gmx.at>2007-08-29 08:59:44 +0000
commitd2ff5d5051fa8f3a741ba897680cd6246a3e5280 (patch)
tree126ae6d16a3f3a5b2e3099a5a0d677bdf0cc7b3b /src/keyboard.h
parentf7f0e27c8f780f2bb6cb7ce945328f94982d41d7 (diff)
downloademacs-d2ff5d5051fa8f3a741ba897680cd6246a3e5280.tar.gz
(struct kboard): New elt Vlast_repeatable_command.
Diffstat (limited to 'src/keyboard.h')
-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;