From 4cf24cb7c68116daac589ac5779ef05d10b3afba Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Tue, 18 Feb 1992 18:43:18 +0000
Subject: [PATCH] Changed *LOAD-VERBOSE* initial value to T.

---
 code/load.lisp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/code/load.lisp b/code/load.lisp
index 51aaa50e1..eb614b2ac 100644
--- a/code/load.lisp
+++ b/code/load.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/load.lisp,v 1.36 1992/02/13 16:01:24 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/load.lisp,v 1.37 1992/02/18 18:43:18 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -45,7 +45,7 @@
 
 (declaim (list *load-source-types* *load-object-types*))
 
-(defvar *load-verbose* ()
+(defvar *load-verbose* t
   "The default for the :VERBOSE argument to Load.")
 
 (defvar *load-print* ()
@@ -464,7 +464,7 @@
        If NIL, simply return NIL (LOAD normally returns T.)
 
    :VERBOSE {T | NIL}
-       If true, print a line describing each file loaded.
+       If true (the default), print a line describing each file loaded.
 
    :PRINT {T | NIL}
        If true, print information about loaded values.  When loading the
-- 
GitLab