comparison src/keyboard.h @ 12161:32f80fdaeed9

(struct kboard): New member Vlast_command.
author Karl Heuer <kwzh@gnu.org>
date Fri, 09 Jun 1995 03:04:26 +0000
parents 4aa248ba0abb
children 13759a6c745b
comparison
equal deleted inserted replaced
12160:14d4e014f55f 12161:32f80fdaeed9
63 63
64 typedef struct kboard KBOARD; 64 typedef struct kboard KBOARD;
65 struct kboard 65 struct kboard
66 { 66 {
67 KBOARD *next_kboard; 67 KBOARD *next_kboard;
68
69 /* Last command executed by the editor command loop, not counting
70 commands that set the prefix argument. */
71 Lisp_Object Vlast_command;
68 72
69 /* The prefix argument for the next command, in raw form. */ 73 /* The prefix argument for the next command, in raw form. */
70 Lisp_Object Vprefix_arg; 74 Lisp_Object Vprefix_arg;
71 75
72 /* Unread events specific to this kboard. */ 76 /* Unread events specific to this kboard. */