# HG changeset patch # User Markus Rost # Date 1038592914 0 # Node ID 338527f8ef9109631ba01956c26017af676a1654 # Parent d2f5d3e1c0ccd69a0cdd86a202df42d35c3bcbef (mouse-wheel-inhibit-click-time): Fix custom type. diff -r d2f5d3e1c0cc -r 338527f8ef91 lisp/mwheel.el --- a/lisp/mwheel.el Fri Nov 29 16:57:43 2002 +0000 +++ b/lisp/mwheel.el Fri Nov 29 18:01:54 2002 +0000 @@ -93,7 +93,7 @@ (defcustom mouse-wheel-inhibit-click-time 0.35 "Time in seconds to inhibit clicking on mouse wheel button after scroll." :group 'mouse - :type 'float) + :type 'number) (defcustom mouse-wheel-scroll-amount '(5 ((shift) . 1) ((control) . nil)) "Amount to scroll windows by when spinning the mouse wheel.