clean out _loader compilation support; merge compiler library docs into mzc manual; improve mzscheme cmdline handling so that configuration options do not cancel defaults like -i and -u
svn: r8432 original commit: e35c94f91dface469a5c5689cd8f49b5d0d0a62e
This commit is contained in:
parent
40116e1d00
commit
65291d0c1d
|
@ -584,7 +584,7 @@
|
|||
(cond
|
||||
[(string? i)
|
||||
(let ([m (and (extra-breaking?)
|
||||
(regexp-match-positions #rx"[-:/]" i))])
|
||||
(regexp-match-positions #rx"[-:/+]" i))])
|
||||
(if m
|
||||
(list* (substring i 0 (cdar m))
|
||||
;; Most browsers wrap after a hyphen. The
|
||||
|
|
Loading…
Reference in New Issue
Block a user