diff options
| author | Martin Rudalics | 2007-08-29 08:59:44 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2007-08-29 08:59:44 +0000 |
| commit | d2ff5d5051fa8f3a741ba897680cd6246a3e5280 (patch) | |
| tree | 126ae6d16a3f3a5b2e3099a5a0d677bdf0cc7b3b | |
| parent | f7f0e27c8f780f2bb6cb7ce945328f94982d41d7 (diff) | |
| download | emacs-d2ff5d5051fa8f3a741ba897680cd6246a3e5280.tar.gz emacs-d2ff5d5051fa8f3a741ba897680cd6246a3e5280.zip | |
(struct kboard): New elt Vlast_repeatable_command.
| -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 | |||
| 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 | ||