]> code.delx.au - gnu-emacs/blobdiff - src/keyboard.h
* process.c (wait_reading_process_output): Check for window
[gnu-emacs] / src / keyboard.h
index 15e55ad4e6736160ebae7afd082974b73ae4ab7b..4d44a955abee920d2c1f3ad4956bc9f132cc659f 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations useful when processing input.
    Copyright (C) 1985, 1986, 1987, 1993, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007  Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -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;