From d13bc50e914e383de3c2d389a2970101364cff73 Mon Sep 17 00:00:00 2001
From: pmai <pmai>
Date: Sat, 24 Aug 2002 16:20:25 +0000
Subject: [PATCH] Missed part of the SIMPLE-PROGRAM-ERROR changes to PCL, which
 imports the SIMPLE-PROGRAM-ERROR into PCL.

---
 pcl/pkg.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pcl/pkg.lisp b/pcl/pkg.lisp
index 7faf28742..7d4dea718 100644
--- a/pcl/pkg.lisp
+++ b/pcl/pkg.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/pkg.lisp,v 1.18 2002/08/19 16:52:09 pmai Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/pkg.lisp,v 1.19 2002/08/24 16:20:25 pmai Exp $")
 ;;;
 ;;; CMUCL 18a: Jan-1998 -- Changing to DEFPACKAGE.
 
@@ -54,7 +54,7 @@
 	   "CLASS" "BUILT-IN-CLASS" "STRUCTURE-CLASS"
 	   "STANDARD-CLASS")
   (:shadow "DOTIMES")
-  (:import-from :kernel "FUNCALLABLE-INSTANCE-P")
+  (:import-from :kernel "FUNCALLABLE-INSTANCE-P" "SIMPLE-PROGRAM-ERROR")
   (:shadow "DOCUMENTATION")
 
 
-- 
GitLab