summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-06-09 03:04:26 +0000
committerKarl Heuer <kwzh@gnu.org>1995-06-09 03:04:26 +0000
commit6e1c979e789516aaaf55cecc6c077898e9ced6ef (patch)
tree5fc0ad6287fa2280ce32942499e9c651dbe5fea8 /src
parentde7af6839b36b1d25aed2bdf09cfa7707c1d9cea (diff)
downloademacs-6e1c979e789516aaaf55cecc6c077898e9ced6ef.tar.gz
(struct kboard): New member Vlast_command.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.h4
1 files changed, 4 insertions, 0 deletions
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;