typo
svn: r3154 original commit: 74ebcb96317f27ea51414113baf35cf91a93fa2e
This commit is contained in:
parent
f2cc1bf72d
commit
4d25712eb0
|
@ -454,7 +454,7 @@
|
|||
[(eq? 'char 1st) (cons no-dot1 (cdr l))]
|
||||
[(eq? 'any 1st)
|
||||
(cond ;; "*" --> "(?:[^.].*)"
|
||||
[(not 2nd) no-dot+]
|
||||
[(not 2nd) (list no-dot+)]
|
||||
;; "*.---" --> "(?:[^.].*).---"
|
||||
[(or (eq? #\. 2nd) (equal? '(quote #\.) 2nd))
|
||||
(cons no-dot+ (cdr l))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user