.
original commit: 57fc6dfe8dcc7cefec4bb69d90f7a3ecafeec281
This commit is contained in:
parent
c74f3ad460
commit
964a941833
|
@ -5220,7 +5220,10 @@
|
||||||
(check-label-string/false who message)
|
(check-label-string/false who message)
|
||||||
(check-top-level-parent/false who parent)
|
(check-top-level-parent/false who parent)
|
||||||
(check-string/false who directory) (check-string/false who filename) (check-string/false who extension)
|
(check-string/false who directory) (check-string/false who filename) (check-string/false who extension)
|
||||||
(check-style who #f (if (or put?) null '(packages-ok)) style)
|
(check-style who #f (cond
|
||||||
|
[put? null]
|
||||||
|
[dir? '(enter-packages)]
|
||||||
|
[else '(packages enter-packages)]) style)
|
||||||
(unless (and (list? filters)
|
(unless (and (list? filters)
|
||||||
(andmap (lambda (p)
|
(andmap (lambda (p)
|
||||||
(and (list? p)
|
(and (list? p)
|
||||||
|
@ -5243,9 +5246,7 @@
|
||||||
[put? 'put]
|
[put? 'put]
|
||||||
[multi? 'multi]
|
[multi? 'multi]
|
||||||
[else 'get])
|
[else 'get])
|
||||||
(if (memq 'packages-ok style)
|
style)
|
||||||
'(bundles-ok)
|
|
||||||
null))
|
|
||||||
;; parent:
|
;; parent:
|
||||||
(and parent (mred->wx parent)))])
|
(and parent (mred->wx parent)))])
|
||||||
(if (and multi? s)
|
(if (and multi? s)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user