env-path-list is a fluid.
This commit is contained in:
parent
54efae2318
commit
8d733eec78
|
|
@ -181,7 +181,7 @@
|
||||||
; checks if exec-path-list is a string-list
|
; checks if exec-path-list is a string-list
|
||||||
; OK 2001-04-09 15:45
|
; OK 2001-04-09 15:45
|
||||||
(define (exec-path-list-test)
|
(define (exec-path-list-test)
|
||||||
(string-list? exec-path-list))
|
(string-list? (fluid exec-path-list)))
|
||||||
|
|
||||||
|
|
||||||