aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-24 10:31:26 +0000
committerJuanma Barranquero2006-11-24 10:31:26 +0000
commitdb9cd97ad4957831331b4ef2ad79dd20545f67a8 (patch)
tree29dce6da514b72f4b07c088ef228f1cfa148cbb3 /src/w32term.c
parentac39a725f3f4a7d735c56129fc9d7e51521d1dd0 (diff)
downloademacs-db9cd97ad4957831331b4ef2ad79dd20545f67a8.tar.gz
emacs-db9cd97ad4957831331b4ef2ad79dd20545f67a8.zip
Space/tab mixup.
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c
index e22a9dbe1ab..13167385234 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -4439,7 +4439,7 @@ w32_read_socket (sd, expected, hold_quit)
4439 /* Ignore any mouse motion that happened before this 4439 /* Ignore any mouse motion that happened before this
4440 event; any subsequent mouse-movement Emacs events 4440 event; any subsequent mouse-movement Emacs events
4441 should reflect only motion after the 4441 should reflect only motion after the
4442 ButtonPress. */ 4442 ButtonPress. */
4443 f->mouse_moved = 0; 4443 f->mouse_moved = 0;
4444 } 4444 }
4445 last_mouse_frame = f; 4445 last_mouse_frame = f;