* load.c (scm_search_path): If the filename has any extension at
authorJim Blandy <jimb@red-bean.com>
Fri, 3 Sep 1999 07:54:06 +0000 (07:54 +0000)
committerJim Blandy <jimb@red-bean.com>
Fri, 3 Sep 1999 07:54:06 +0000 (07:54 +0000)
commit563841768b8659dad87296be4ae9ce589cbe99d4
tree02abd7a7c4831f6bc3a19871968b30d3d1e400d3
parent513571767f87d0564d1466e68d42efb28ea04cd9
* load.c (scm_search_path): If the filename has any extension at
all, ignore the entire list of extensions.  Also, don't check whether
the file is accessible.  If the file exists, accessible or not, we
should return it.  Inaccessible files should cause an error later.
(Thanks to Keisuke Nishida for the suggestions.)
libguile/load.c