diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 57bad3e6508..1cfde7d0739 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -7313,7 +7313,7 @@ button down event is generated instead."); | |||
| 7313 | The value is the minimum time in milliseconds that must elapse between\n\ | 7313 | The value is the minimum time in milliseconds that must elapse between\n\ |
| 7314 | successive mouse move (or scroll bar drag) events before they are\n\ | 7314 | successive mouse move (or scroll bar drag) events before they are\n\ |
| 7315 | reported as lisp events."); | 7315 | reported as lisp events."); |
| 7316 | XSETINT (Vw32_mouse_move_interval, 50); | 7316 | XSETINT (Vw32_mouse_move_interval, 0); |
| 7317 | 7317 | ||
| 7318 | init_x_parm_symbols (); | 7318 | init_x_parm_symbols (); |
| 7319 | 7319 | ||