diff --git a/tools/worldload.lisp b/tools/worldload.lisp
index 5354a5acf5b0f9cbbf11b54e61644da907c9cec9..20d29147cfac6f8213c246f1aeb4c313766145cc 100644
--- a/tools/worldload.lisp
+++ b/tools/worldload.lisp
@@ -6,7 +6,7 @@
 ;;; If you want to use this code or any part of CMU Common Lisp, please contact
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.73 1994/02/11 15:20:07 ram Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.74 1994/02/12 14:24:24 ram Exp $
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -29,6 +29,12 @@
 (maybe-byte-load "target:code/backq")
 (setq std-lisp-readtable (copy-readtable *readtable*))
 
+;;; The pretty printer is part of the kernel core, but we don't turn it in
+;;; until now.
+;;;
+(pp::pprint-init)
+
+
 (maybe-byte-load "target:code/extensions")
 (maybe-byte-load "target:code/defmacro")
 (maybe-byte-load "target:code/sysmacs")
@@ -146,13 +152,6 @@
 
 (purify :root-structures '(compile-file)))
 
-;;; The pretty printer is part of the kernel core, but we can't turn in on
-;;; until after the compiler is loaded because it compiles some lambdas
-;;; to help with the dispatching.
-;;; 
-#-(or no-pp runtime)
-(pp::pprint-init)
-
 ;;; CLX.
 ;;;
 #-(or no-clx runtime)