diff lisp/mwheel.el @ 48593:338527f8ef91

(mouse-wheel-inhibit-click-time): Fix custom type.
author Markus Rost <rost@math.uni-bielefeld.de>
date Fri, 29 Nov 2002 18:01:54 +0000
parents 3e3b1f1265f5
children 0da0660e632d
line wrap: on
line diff
--- 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.