summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-07-18 06:14:10 +0000
committerRichard M. Stallman <rms@gnu.org>1994-07-18 06:14:10 +0000
commit4a8520703d7e5be2a9c5ed11ccb048857eeaeb76 (patch)
tree69c407efeccdffbc5963d57efa87965577129db5 /src/commands.h
parent5fc9720df00dc086a0ca139ffaa3f1b8b05e3341 (diff)
downloademacs-4a8520703d7e5be2a9c5ed11ccb048857eeaeb76.tar.gz
(unread_command_char): Declared.
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h4
1 files changed, 4 insertions, 0 deletions
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. */