From 83e0d4e2d12edb155198be6f7f0c97698f847a0c Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Thu, 5 Dec 1991 06:54:16 +0000 Subject: [PATCH] Removed one of the two loads of pprint, because we only need one. --- tools/worldload.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/worldload.lisp b/tools/worldload.lisp index 46f935922..95a123013 100644 --- a/tools/worldload.lisp +++ b/tools/worldload.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.35 1991/12/05 05:29:01 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.36 1991/12/05 06:54:16 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -79,7 +79,6 @@ (load "code:profile") (load "code:weak") (load "code:sysmacs") -(load "code:pprint") (load "code:run-program") (load "code:query") (load "code:loop") -- GitLab