Delete superfluous parentheses
This commit is contained in:
parent
7230bd9a2f
commit
da28396e3c
|
@ -166,7 +166,7 @@
|
||||||
working-dir))
|
working-dir))
|
||||||
|
|
||||||
(else
|
(else
|
||||||
(error "fsobjects-viewer unknown message" message))))))))
|
(error "fsobjects-viewer unknown message" message)))))))
|
||||||
|
|
||||||
(define (list-of-fs-objects? thing)
|
(define (list-of-fs-objects? thing)
|
||||||
(and (proper-list? thing)
|
(and (proper-list? thing)
|
||||||
|
|
Loading…
Reference in New Issue