aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1992-10-31 04:55:35 +0000
committerJim Blandy1992-10-31 04:55:35 +0000
commit3cfd58255d3533aef3c6cdba5d0bb29788aaf12b (patch)
tree532b4211cfeb39b7486114302f1f366f2e733d3d /src
parentd9da9451b5f0899ba1656d66ff8b73efb87228ad (diff)
downloademacs-3cfd58255d3533aef3c6cdba5d0bb29788aaf12b.tar.gz
emacs-3cfd58255d3533aef3c6cdba5d0bb29788aaf12b.zip
* commands.h (unread_command_char): Declare this to be a
Lisp_Object, not an int.
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;