Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
4cf24cb7
Commit
4cf24cb7
authored
Feb 18, 1992
by
ram
Browse files
Changed *LOAD-VERBOSE* initial value to T.
parent
5215dc7a
Changes
1
Show whitespace changes
Inline
Side-by-side
code/load.lisp
View file @
4cf24cb7
...
@@ -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/load.lisp,v 1.3
6
1992/02/1
3
1
6:01:24
ram Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/load.lisp,v 1.3
7
1992/02/1
8
1
8:43:18
ram Exp $"
)
;;;
;;;
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
(
declaim
(
list
*load-source-types*
*load-object-types*
))
(
declaim
(
list
*load-source-types*
*load-object-types*
))
(
defvar
*load-verbose*
()
(
defvar
*load-verbose*
t
"The default for the :VERBOSE argument to Load."
)
"The default for the :VERBOSE argument to Load."
)
(
defvar
*load-print*
()
(
defvar
*load-print*
()
...
@@ -464,7 +464,7 @@
...
@@ -464,7 +464,7 @@
If NIL, simply return NIL (LOAD normally returns T.)
If NIL, simply return NIL (LOAD normally returns T.)
:VERBOSE {T | NIL}
: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}
:PRINT {T | NIL}
If true, print information about loaded values. When loading the
If true, print information about loaded values. When loading the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment