From: Andrew Innes Date: Tue, 2 Feb 1999 14:03:10 +0000 (+0000) Subject: (syms_of_w32fns): Change default value of w32-mouse-move-interval to X-Git-Tag: emacs-20.4~697 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=247be8370478db4bdd2ec7625bf292b49b622ff9;p=emacs.git (syms_of_w32fns): Change default value of w32-mouse-move-interval to 0, so that the mouse wheel/rocker on some mice works properly. --- 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."); The value is the minimum time in milliseconds that must elapse between\n\ successive mouse move (or scroll bar drag) events before they are\n\ reported as lisp events."); - XSETINT (Vw32_mouse_move_interval, 50); + XSETINT (Vw32_mouse_move_interval, 0); init_x_parm_symbols ();