From d9207634c81cb0676f41c635f5673e59031d62b7 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Tue, 3 Mar 1992 08:18:39 +0000
Subject: [PATCH] Added ``:verbose nil'' to the load of site-init.lisp.

---
 code/save.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/save.lisp b/code/save.lisp
index a45925500..926195f76 100644
--- a/code/save.lisp
+++ b/code/save.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/save.lisp,v 1.12 1992/02/14 23:45:28 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.13 1992/03/03 08:18:39 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -156,7 +156,7 @@
     (dolist (f *after-save-initializations*) (funcall f))
     (reinit)
     (environment-init)
-    (when site-init (load site-init :if-does-not-exist nil))
+    (when site-init (load site-init :if-does-not-exist nil :verbose nil))
     (when process-command-line (ext::process-command-strings))
     (setf *editor-lisp-p* nil)
     (macrolet ((find-switch (name)
-- 
GitLab