aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;
45/* Last character of last key sequence. */ 45/* Last character of last key sequence. */
46extern Lisp_Object last_command_char; 46extern Lisp_Object last_command_char;
47 47
48/* Last input character read as a command, not counting menus
49 reached by the mouse. */
50extern Lisp_Object last_nonmenu_event;
51
48/* Command character to be re-read, or -1 */ 52/* Command character to be re-read, or -1 */
49extern int unread_command_char; 53extern int unread_command_char;
50 54