mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
(struct kboard): New elts Vreal_last_command and Vlast_prefix_arg.
This commit is contained in:
parent
75045dcbff
commit
d94a2d9ab6
1 changed files with 7 additions and 0 deletions
|
|
@ -78,9 +78,16 @@ struct kboard
|
|||
commands that set the prefix argument. */
|
||||
Lisp_Object Vlast_command;
|
||||
|
||||
/* Normally same as last-command, but never modified by
|
||||
other commands. */
|
||||
Lisp_Object Vreal_last_command;
|
||||
|
||||
/* The prefix argument for the next command, in raw form. */
|
||||
Lisp_Object Vprefix_arg;
|
||||
|
||||
/* Saved prefix argument for the last command, in raw form. */
|
||||
Lisp_Object Vlast_prefix_arg;
|
||||
|
||||
/* Unread events specific to this kboard. */
|
||||
Lisp_Object kbd_queue;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue