aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2002-03-11 18:49:44 +0000
committerGerd Moellmann2002-03-11 18:49:44 +0000
commit073448c560753480b6306945f21fd0123744b569 (patch)
tree4ad1ae26545494862fff9e6c1ea39dc2bb3084d9 /src
parent714d8c393b62d807603e74e553e254ede8f18d39 (diff)
downloademacs-073448c560753480b6306945f21fd0123744b569.tar.gz
emacs-073448c560753480b6306945f21fd0123744b569.zip
(note_mouse_movement): Put code for
x_autoselect_window_p in #if 0.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
-rw-r--r--src/xterm.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ec86d1539c1..7d70bb49e32 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12002-03-11 Gerd Moellmann <gerd@gnu.org> 12002-03-11 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xterm.c (note_mouse_movement): Put code for
4 x_autoselect_window_p in #if 0.
5
3 * lread.c (Fload): Don't assume that message_with_ntring uses the 6 * lread.c (Fload): Don't assume that message_with_ntring uses the
4 string it is given like a C string. 7 string it is given like a C string.
5 8
diff --git a/src/xterm.c b/src/xterm.c
index 41331326ad7..a0f942e44fc 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -6647,6 +6647,8 @@ note_mouse_movement (frame, event)
6647 last_mouse_motion_event = *event; 6647 last_mouse_motion_event = *event;
6648 XSETFRAME (last_mouse_motion_frame, frame); 6648 XSETFRAME (last_mouse_motion_frame, frame);
6649 6649
6650#if 0 /* Lisp must not be called asynchronously, so this must
6651 not be done. */
6650 if (x_autoselect_window_p) 6652 if (x_autoselect_window_p)
6651 { 6653 {
6652 int area; 6654 int area;
@@ -6666,6 +6668,7 @@ note_mouse_movement (frame, event)
6666 6668
6667 last_window=window; 6669 last_window=window;
6668 } 6670 }
6671#endif
6669 6672
6670 if (event->window != FRAME_X_WINDOW (frame)) 6673 if (event->window != FRAME_X_WINDOW (frame))
6671 { 6674 {