.
original commit: bd21a7afa1018c96f19371dc7efde14f9741094d
This commit is contained in:
parent
e1f1c35db6
commit
3f4736df6a
|
@ -5729,9 +5729,9 @@
|
|||
(when (and wheel-step
|
||||
(not (and (integer? wheel-step)
|
||||
(exact? wheel-step)
|
||||
(<= 1 wheel-step 1000))))
|
||||
(<= 1 wheel-step 10000))))
|
||||
(raise-type-error (who->name cwho)
|
||||
"#f or exact integer in [1,1000]"
|
||||
"#f or exact integer in [1,10000]"
|
||||
wheel-step)))
|
||||
|
||||
(define (check-fraction who x)
|
||||
|
|
Loading…
Reference in New Issue
Block a user