diff options
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 4 |
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; |