summaryrefslogtreecommitdiff
path: root/src/keyboard.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-03-14 21:43:17 +0000
committerJim Blandy <jimb@redhat.com>1993-03-14 21:43:17 +0000
commitec9d0fd0e1b8d727622646aa5b532786b8e0dcfd (patch)
tree39c12dfb45357c581fea10eb26aeab83bc593193 /src/keyboard.h
parenta0790a06080075613e4c8b24307fdd0c9cea98ee (diff)
downloademacs-ec9d0fd0e1b8d727622646aa5b532786b8e0dcfd.tar.gz
* keyboard.h (internal_last_event_frame): This should be extern,
dummy.
Diffstat (limited to 'src/keyboard.h')
-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;
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