Do you think load could have more than one file?
(load "a.lsp" "b.lsp" ...)
Since load returns true if the file was loaded successfully or nil if the file wasn't loaded, it may be hard to figure out which file was bad if several files are attempted, in which case programmers will still load one at a time.
Eddie
look for it in version 7.5.14:
http://newlisp.org/download/development/
Lutz