]> git.eshelyaron.com Git - emacs.git/commitdiff
(note_mouse_movement): Put code for
authorGerd Moellmann <gerd@gnu.org>
Mon, 11 Mar 2002 18:49:44 +0000 (18:49 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 11 Mar 2002 18:49:44 +0000 (18:49 +0000)
x_autoselect_window_p in #if 0.

src/ChangeLog
src/xterm.c

index ec86d1539c11f53eef6290173189e2a3098bbfae..7d70bb49e321a73ddc1c8de0b106eaa1dd0e643d 100644 (file)
@@ -1,5 +1,8 @@
 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.
 
index 41331326ad7c3139a531b99349eb489a7c450e47..a0f942e44fc59a518fa4d42bda5cba18adb344db 100644 (file)
@@ -6647,6 +6647,8 @@ note_mouse_movement (frame, event)
   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;
@@ -6666,6 +6668,7 @@ note_mouse_movement (frame, event)
 
       last_window=window;
     }
+#endif
 
   if (event->window != FRAME_X_WINDOW (frame))
     {