changeset 12161:32f80fdaeed9

(struct kboard): New member Vlast_command.
author Karl Heuer <kwzh@gnu.org>
date Fri, 09 Jun 1995 03:04:26 +0000
parents 14d4e014f55f
children f670e669470b
files src/keyboard.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.h	Fri Jun 09 03:03:46 1995 +0000
+++ b/src/keyboard.h	Fri Jun 09 03:04:26 1995 +0000
@@ -66,6 +66,10 @@
   {
     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;