# HG changeset patch # User Jim Blandy # Date 718785767 0 # Node ID 774897fea33a8c8a5d7c24ffe1939c8421b9c246 # Parent 5845050f9d5c65ee96926394105c92c40750f660 * keyboard.h (Qswitch_frame): Declare this extern. * keyboard.h (this_command_keys, this_command_key_count): Added external declarations. diff -r 5845050f9d5c -r 774897fea33a src/keyboard.h --- a/src/keyboard.h Sun Oct 11 06:42:03 1992 +0000 +++ b/src/keyboard.h Sun Oct 11 06:42:47 1992 +0000 @@ -30,6 +30,10 @@ Initialized by the terminal-specific lisp files. */ extern Lisp_Object Vfunction_key_map; +/* Buffer holding the key that invoked the current command. */ +extern Lisp_Object *this_command_keys; +extern int this_command_key_count; /* Size in use. */ + /* Macros for dealing with lispy events. */ @@ -59,6 +63,7 @@ extern Lisp_Object Qvthumbup_part, Qvthumbdown_part; extern Lisp_Object Qhscrollbar_part, Qhslider_part; extern Lisp_Object Qhthumbleft_part, Qhthumbright_part; +extern Lisp_Object Qswitch_frame; /* Properties on event heads. */ extern Lisp_Object Qevent_kind, Qevent_symbol_elements;