From 9e6314a476d58f9c5ad03437726fc954d214387d Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 14 Mar 1993 21:43:17 +0000 Subject: [PATCH] * keyboard.h (internal_last_event_frame): This should be extern, dummy. --- src/keyboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.h b/src/keyboard.h index e44f6a800eb..c397c9b6e2f 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -43,7 +43,7 @@ extern int this_command_key_count; generate switch-frame events. This may be cleared by functions like Fselect_frame, to make sure that a switch-frame event is generated by the next character. */ -Lisp_Object internal_last_event_frame; +extern Lisp_Object internal_last_event_frame; #endif