From: Richard M. Stallman Date: Mon, 18 Jul 1994 06:14:10 +0000 (+0000) Subject: (unread_command_char): Declared. X-Git-Tag: emacs-19.34~7580 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=346dae059b9e5d88e44b77839bb10ade640d0f28;p=emacs.git (unread_command_char): Declared. --- diff --git a/src/commands.h b/src/commands.h index 788f1f9c047..57de2ccae41 100644 --- a/src/commands.h +++ b/src/commands.h @@ -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. */