diff options
| author | Jim Blandy | 1993-03-14 21:43:17 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-14 21:43:17 +0000 |
| commit | 9e6314a476d58f9c5ad03437726fc954d214387d (patch) | |
| tree | b793d641904dfeb4764f9cde5a4ac6fd8902a4f7 /src | |
| parent | 6a8a9750e8121d30aff8e7cddbb67d4c39604e69 (diff) | |
| download | emacs-9e6314a476d58f9c5ad03437726fc954d214387d.tar.gz emacs-9e6314a476d58f9c5ad03437726fc954d214387d.zip | |
* keyboard.h (internal_last_event_frame): This should be extern,
dummy.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.h | 2 |
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. */ |
| 46 | Lisp_Object internal_last_event_frame; | 46 | extern Lisp_Object internal_last_event_frame; |
| 47 | #endif | 47 | #endif |
| 48 | 48 | ||
| 49 | 49 | ||