* commands.h (unread_command_char): Declare this to be a
authorJim Blandy <jimb@redhat.com>
Sat, 31 Oct 1992 04:55:35 +0000 (04:55 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 31 Oct 1992 04:55:35 +0000 (04:55 +0000)
Lisp_Object, not an int.

src/commands.h

index fb9c7e5..ee4cb79 100644 (file)
@@ -50,7 +50,7 @@ extern Lisp_Object last_command_char;
 extern Lisp_Object last_nonmenu_event;
 
 /* Command character to be re-read, or -1 */
-extern int unread_command_char;
+extern Lisp_Object unread_command_char;
 
 /* Previous command symbol found here for comparison */
 extern Lisp_Object last_command;