Mercurial > emacs
changeset 1507:b265afeb9203
* commands.h (unread_command_char): Declare this to be a
Lisp_Object, not an int.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 31 Oct 1992 04:55:35 +0000 |
parents | 5fe52748a72c |
children | 768d4c10c2bf |
files | src/commands.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/commands.h Sat Oct 31 04:55:02 1992 +0000 +++ b/src/commands.h Sat Oct 31 04:55:35 1992 +0000 @@ -50,7 +50,7 @@ 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;