From 334a398c80450ac43b2d553d6e408ba3fb32429d Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 9 Jun 1995 03:04:26 +0000 Subject: [PATCH] (struct kboard): New member Vlast_command. --- src/keyboard.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/keyboard.h b/src/keyboard.h index 8b55b0ac878..1498880b84e 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -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; -- 2.39.2