x_autoselect_window_p in #if 0.
2002-03-11 Gerd Moellmann <gerd@gnu.org>
+ * xterm.c (note_mouse_movement): Put code for
+ x_autoselect_window_p in #if 0.
+
* lread.c (Fload): Don't assume that message_with_ntring uses the
string it is given like a C string.
last_mouse_motion_event = *event;
XSETFRAME (last_mouse_motion_frame, frame);
+#if 0 /* Lisp must not be called asynchronously, so this must
+ not be done. */
if (x_autoselect_window_p)
{
int area;
last_window=window;
}
+#endif
if (event->window != FRAME_X_WINDOW (frame))
{