From 87151a5aaf7d6ed69021fac8b37a48aa094b9cb7 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sun, 20 Oct 1991 23:44:02 +0000 Subject: [PATCH] Make USER used the PCL package. --- pcl/pclload.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcl/pclload.lisp b/pcl/pclload.lisp index c35579e92..6a6ba3a36 100644 --- a/pcl/pclload.lisp +++ b/pcl/pclload.lisp @@ -2,6 +2,7 @@ (import 'kernel:funcallable-instance-p) (load "pcl:defsys") (load-pcl) +(use-package "PCL" "USER") ;; hack, hack... #+nil -- GitLab