From: Martin Rudalics Date: Wed, 29 Aug 2007 08:59:44 +0000 (+0000) Subject: (struct kboard): New elt Vlast_repeatable_command. X-Git-Tag: emacs-pretest-22.1.90~883 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d2ff5d5051fa8f3a741ba897680cd6246a3e5280;p=emacs.git (struct kboard): New elt Vlast_repeatable_command. --- 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;