]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-wheel-inhibit-click-time): Fix custom type.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Fri, 29 Nov 2002 18:02:52 +0000 (18:02 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Fri, 29 Nov 2002 18:02:52 +0000 (18:02 +0000)
lisp/ChangeLog
lisp/mwheel.el

index ead4b7580b2946983e390e0f35811656bcb0389f..a3cd810f49f22bf1119ddf130ef27366c0efca5c 100644 (file)
@@ -1,3 +1,7 @@
+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):
index 478b778bc2beff9eeaf12cfbec3aa4a65de8faaa..546d27dd345d00845db2df9076a1c65e9cef225c 100644 (file)
@@ -93,7 +93,7 @@ set to the event sent when clicking on the mouse wheel button."
 (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.