summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-19 22:48:32 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-19 22:48:32 +0000
commit9a8d4cd19e6593e55887621851aa6fc6f19705f7 (patch)
tree0088fb8213d977389cd1134bad6955843b9c1553 /src
parent20eafcb26328df1e0740beef54ff348a353e2726 (diff)
downloademacs-9a8d4cd19e6593e55887621851aa6fc6f19705f7.tar.gz
(Vlast_event_frame): Define unconditionally.
(syms_of_keyboard): Always make the Lisp var.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index dd21b63cfdd..753ba028b4b 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -242,12 +242,12 @@ int last_point_position;
like Fselect_frame, to make sure that a switch-frame event is
generated by the next character. */
Lisp_Object internal_last_event_frame;
+#endif
/* A user-visible version of the above, intended to allow users to
figure out where the last event came from, if the event doesn't
carry that information itself (i.e. if it was a character). */
Lisp_Object Vlast_event_frame;
-#endif
/* The timestamp of the last input event we received from the X server.
X Windows wants this for selection ownership. */
@@ -5911,12 +5911,10 @@ by position only.");
"*Number of complete keys read from the keyboard so far.");
num_input_keys = 0;
-#ifdef MULTI_FRAME
DEFVAR_LISP ("last-event-frame", &Vlast_event_frame,
"*The frame in which the most recently read event occurred.\n\
If the last event came from a keyboard macro, this is set to `macro'.");
Vlast_event_frame = Qnil;
-#endif
DEFVAR_LISP ("help-char", &Vhelp_char,
"Character to recognize as meaning Help.\n\