diff src/keyboard.h @ 85114:5039706521c9

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
author Miles Bader <miles@gnu.org>
date Tue, 09 Oct 2007 08:52:57 +0000
parents fd282fb888de 4492556ec35d
children 9f3a25157e4f bdb3fe0ba9fa
line wrap: on
line diff
--- a/src/keyboard.h	Tue Oct 09 08:44:02 2007 +0000
+++ b/src/keyboard.h	Tue Oct 09 08:52:57 2007 +0000
@@ -87,6 +87,9 @@
     /* User-supplied table to translate input characters through.  */
     Lisp_Object Vkeyboard_translate_table;
     
+    /* 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;