Mercurial > emacs
changeset 78695:4492556ec35d
(struct kboard): New elt Vlast_repeatable_command.
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Wed, 29 Aug 2007 08:59:44 +0000 |
parents | b1446cf49dfd |
children | c9c7e7b146ec |
files | src/keyboard.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.h Tue Aug 28 17:36:37 2007 +0000 +++ b/src/keyboard.h Wed Aug 29 08:59:44 2007 +0000 @@ -83,6 +83,9 @@ 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;