1
Fork 0
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:
Richard M. Stallman 1994-07-18 06:14:10 +00:00
parent eb4ca29510
commit 346dae059b

View file

@ -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. */