From 346dae059b9e5d88e44b77839bb10ade640d0f28 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 18 Jul 1994 06:14:10 +0000 Subject: [PATCH] (unread_command_char): Declared. --- src/commands.h | 4 ++++ 1 file changed, 4 insertions(+) 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. */ -- 2.39.5