Eliminate unbound-variable reference.
authorChris Hanson <org/chris-hanson/cph>
Sat, 7 Jul 2007 17:20:12 +0000 (17:20 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 7 Jul 2007 17:20:12 +0000 (17:20 +0000)
v7/src/edwin/paths.scm

index 1799a9729e1c9addcecf5d95c80c7a251153f4d8..61f2f28769da4ac10b6cc897144ac9c3ef27d2d6 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: paths.scm,v 1.21 2007/06/09 01:22:31 cph Exp $
+$Id: paths.scm,v 1.22 2007/07/07 17:20:12 cph Exp $
 
 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@ -35,7 +35,7 @@ USA.
        (pathname-as-directory (merge-pathnames envval))
        (or (system-library-directory-pathname "edwin")
            (and required?
-                (error "Can't find edwin library directory:" name))))))
+                (error "Can't find edwin library directory."))))))
 
 (define (edwin-binary-directory)
   (edwin-library-directory-pathname "EDWIN_BINARY_DIRECTORY" #t))