From 72128d1dd08c0ecc821fff8e3882217582f07785 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Thu, 19 Aug 1993 12:46:05 +0000
Subject: [PATCH] Flush calls to backq-init and sharp-init, since they are no
 longer in the cold-load.

---
 code/lispinit.lisp | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/code/lispinit.lisp b/code/lispinit.lisp
index 03909cb4d..c3464b578 100644
--- a/code/lispinit.lisp
+++ b/code/lispinit.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/lispinit.lisp,v 1.37 1993/08/19 11:38:20 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/lispinit.lisp,v 1.38 1993/08/19 12:46:05 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -152,10 +152,7 @@
   (print-and-call filesys-init)
 
   (print-and-call reader-init)
-  (print-and-call backq-init)
-  (print-and-call sharp-init)
-  ;; After the various reader subsystems have done their thing to the standard
-  ;; readtable, copy it to *readtable*.
+  ;; Note: sharpm and backq not yet loaded, so this is not the final RT.
   (setf *readtable* (copy-readtable std-lisp-readtable))
 
   (print-and-call stream-init)
-- 
GitLab