diff options
author | Martin Rudalics <rudalics@gmx.at> | 2007-08-29 08:59:44 +0000 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2007-08-29 08:59:44 +0000 |
commit | d2ff5d5051fa8f3a741ba897680cd6246a3e5280 (patch) | |
tree | 126ae6d16a3f3a5b2e3099a5a0d677bdf0cc7b3b /src/keyboard.h | |
parent | f7f0e27c8f780f2bb6cb7ce945328f94982d41d7 (diff) | |
download | emacs-d2ff5d5051fa8f3a741ba897680cd6246a3e5280.tar.gz |
(struct kboard): New elt Vlast_repeatable_command.
Diffstat (limited to 'src/keyboard.h')
-rw-r--r-- | src/keyboard.h | 3 |
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; |