From bdaa048227b0f2d339f37d1f10f22f019a7d845a Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Wed, 4 Aug 1993 07:33:24 +0000 Subject: [PATCH] Use target: instead of pcl: --- pcl/pclload.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcl/pclload.lisp b/pcl/pclload.lisp index c35579e92..0632e483a 100644 --- a/pcl/pclload.lisp +++ b/pcl/pclload.lisp @@ -1,6 +1,6 @@ (in-package "PCL") (import 'kernel:funcallable-instance-p) -(load "pcl:defsys") +(load "target:pcl/defsys") (load-pcl) ;; hack, hack... -- GitLab