aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-03-14 21:43:17 +0000
committerJim Blandy1993-03-14 21:43:17 +0000
commit9e6314a476d58f9c5ad03437726fc954d214387d (patch)
treeb793d641904dfeb4764f9cde5a4ac6fd8902a4f7
parent6a8a9750e8121d30aff8e7cddbb67d4c39604e69 (diff)
downloademacs-9e6314a476d58f9c5ad03437726fc954d214387d.tar.gz
emacs-9e6314a476d58f9c5ad03437726fc954d214387d.zip
* keyboard.h (internal_last_event_frame): This should be extern,
dummy.
-rw-r--r--src/keyboard.h2
1 files changed, 1 insertions, 1 deletions
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;
43 generate switch-frame events. This may be cleared by functions 43 generate switch-frame events. This may be cleared by functions
44 like Fselect_frame, to make sure that a switch-frame event is 44 like Fselect_frame, to make sure that a switch-frame event is
45 generated by the next character. */ 45 generated by the next character. */
46Lisp_Object internal_last_event_frame; 46extern Lisp_Object internal_last_event_frame;
47#endif 47#endif
48 48
49 49