1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 15:00:45 -08:00

* keyboard.h (internal_last_event_frame): This should be extern,

dummy.
This commit is contained in:
Jim Blandy 1993-03-14 21:43:17 +00:00
parent 6a8a9750e8
commit 9e6314a476

View file

@ -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