summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2002-11-29 18:02:52 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2002-11-29 18:02:52 +0000
commit68f2d6419c682d5e16082917345781fb10fd52d5 (patch)
treed3a8192ad35f3914e5a9018e4193c85815d3764b /lisp
parent7da3d06f07cb84204e40604702a239f089efc8e2 (diff)
downloademacs-68f2d6419c682d5e16082917345781fb10fd52d5.tar.gz
(mouse-wheel-inhibit-click-time): Fix custom type.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/mwheel.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ead4b7580b2..a3cd810f49f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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):
diff --git a/lisp/mwheel.el b/lisp/mwheel.el
index 478b778bc2b..546d27dd345 100644
--- a/lisp/mwheel.el
+++ b/lisp/mwheel.el
@@ -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.