env-path-list is a fluid.

This commit is contained in:
mainzelm 2002-02-13 15:09:27 +00:00
parent 54efae2318
commit 8d733eec78
2 changed files with 2 additions and 1 deletions

View File

@ -181,7 +181,7 @@
; checks if exec-path-list is a string-list
; OK 2001-04-09 15:45
(define (exec-path-list-test)
(string-list? exec-path-list))
(string-list? (fluid exec-path-list)))
; OK 2001-04-09 15:45

View File

@ -44,6 +44,7 @@
add-after-test)
(open scsh
scheme
fluids
list-lib
string-lib)
(files env-test-code))