aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h
index fb9c7e56b25..ee4cb79e1ea 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -50,7 +50,7 @@ extern Lisp_Object last_command_char;
50extern Lisp_Object last_nonmenu_event; 50extern Lisp_Object last_nonmenu_event;
51 51
52/* Command character to be re-read, or -1 */ 52/* Command character to be re-read, or -1 */
53extern int unread_command_char; 53extern Lisp_Object unread_command_char;
54 54
55/* Previous command symbol found here for comparison */ 55/* Previous command symbol found here for comparison */
56extern Lisp_Object last_command; 56extern Lisp_Object last_command;