(struct kboard): New member Vlast_command.
authorKarl Heuer <kwzh@gnu.org>
Fri, 9 Jun 1995 03:04:26 +0000 (03:04 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 9 Jun 1995 03:04:26 +0000 (03:04 +0000)
src/keyboard.h

index 8b55b0a..1498880 100644 (file)
@@ -66,6 +66,10 @@ struct kboard
   {
     KBOARD *next_kboard;
 
+    /* Last command executed by the editor command loop, not counting
+       commands that set the prefix argument.  */
+    Lisp_Object Vlast_command;
+
     /* The prefix argument for the next command, in raw form.  */
     Lisp_Object Vprefix_arg;