Mercurial > emacs
changeset 1387:774897fea33a
* keyboard.h (Qswitch_frame): Declare this extern.
* keyboard.h (this_command_keys, this_command_key_count): Added
external declarations.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 11 Oct 1992 06:42:47 +0000 |
parents | 5845050f9d5c |
children | 02226bff1476 |
files | src/keyboard.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;