]> git.eshelyaron.com Git - emacs.git/commitdiff
(unread_command_char): Declared.
authorRichard M. Stallman <rms@gnu.org>
Mon, 18 Jul 1994 06:14:10 +0000 (06:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 18 Jul 1994 06:14:10 +0000 (06:14 +0000)
src/commands.h

index 788f1f9c047fb8aaef5a3bd8821bf5463cd50849..57de2ccae416f6a30dac2692af3ce3e6251a86d0 100644 (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.  */