mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
(unread_command_char): Declared.
This commit is contained in:
parent
eb4ca29510
commit
346dae059b
1 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,10 @@ extern Lisp_Object last_nonmenu_event;
|
|||
/* List of command events to be re-read, or Qnil. */
|
||||
extern Lisp_Object Vunread_command_events;
|
||||
|
||||
/* Command char event to be re-read, or -1 if none.
|
||||
Setting this is obsolete, but some things should still check it. */
|
||||
extern int unread_command_char;
|
||||
|
||||
/* Last command executed by the editor command loop, not counting
|
||||
commands that set the prefix argument. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue