From 3353362724f567c9d91067514bbc938497f44938 Mon Sep 17 00:00:00 2001
From: dtc <dtc>
Date: Fri, 12 Sep 1997 17:29:25 +0000
Subject: [PATCH] Re-load the lisp:documentation functions when build PCL with
 PCL loaded.

---
 tools/pclcom.lisp | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tools/pclcom.lisp b/tools/pclcom.lisp
index db9cd4a9f..c3d8280c9 100644
--- a/tools/pclcom.lisp
+++ b/tools/pclcom.lisp
@@ -2,8 +2,12 @@
 (in-package "USER")
 
 (when (find-package "PCL")
+  ;; Load the lisp:documentation functions.
+  (load "target:code/misc")
+
   ;;
-  ;; Blow away make-instance optimizer so that it doesn't confuse bootstrapping.
+  ;; Blow away make-instance optimizer so that it doesn't confuse
+  ;; bootstrapping.
   (setf (compiler-macro-function 'make-instance) nil)
   ;;
   ;; Undefine all generic functions exported from Lisp so that bootstrapping
-- 
GitLab