summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-09-04 21:51:42 +0000
committerRichard M. Stallman <rms@gnu.org>1992-09-04 21:51:42 +0000
commit07f4ea75c3168323b6c17207578bf7f41f4f4b67 (patch)
treec9bd79381f9e220a0529059f39c0a9335f505ae4 /src/commands.h
parent16c15321dbc5f558cad735b1e19edeec9296e877 (diff)
downloademacs-07f4ea75c3168323b6c17207578bf7f41f4f4b67.tar.gz
entered into RCS
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 26141818fe9..fb9c7e56b25 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -45,6 +45,10 @@ extern Lisp_Object Vminibuffer_local_must_match_map;
/* Last character of last key sequence. */
extern Lisp_Object last_command_char;
+/* Last input character read as a command, not counting menus
+ reached by the mouse. */
+extern Lisp_Object last_nonmenu_event;
+
/* Command character to be re-read, or -1 */
extern int unread_command_char;