Mercurial > emacs
changeset 8273:cd8665daa5a8
(unread_command_char): Declared.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 18 Jul 1994 06:14:10 +0000 |
parents | 8d790a29a13a |
children | 04eeb3ed2828 |
files | src/commands.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/commands.h Sun Jul 17 23:56:09 1994 +0000 +++ b/src/commands.h Mon Jul 18 06:14:10 1994 +0000 @@ -48,6 +48,10 @@ /* 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. */