Skip to content
Snippets Groups Projects
Commit 72128d1d authored by ram's avatar ram
Browse files

Flush calls to backq-init and sharp-init, since they are no longer

in the cold-load.
parent bb17aee2
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -152,10 +152,7 @@
(print-and-call filesys-init) (print-and-call filesys-init)
(print-and-call reader-init) (print-and-call reader-init)
(print-and-call backq-init) ;; Note: sharpm and backq not yet loaded, so this is not the final RT.
(print-and-call sharp-init)
;; After the various reader subsystems have done their thing to the standard
;; readtable, copy it to *readtable*.
(setf *readtable* (copy-readtable std-lisp-readtable)) (setf *readtable* (copy-readtable std-lisp-readtable))
(print-and-call stream-init) (print-and-call stream-init)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment