+2002-11-29 Markus Rost <rost@math.ohio-state.edu>
+
+ * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
+
2002-11-29 Richard M. Stallman <rms@gnu.org>
* mail/rmail.el (rmail-convert-to-babyl-format):
(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.