Mercurial > emacs
changeset 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 | d2f5d3e1c0cc |
children | 1ccd9291b0b2 |
files | lisp/mwheel.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.