Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
28feabb4
Commit
28feabb4
authored
Jan 29, 2017
by
Raymond Toy
Browse files
Update docstring for REQUIRE
Include a list of the builtin modules supported by cmucl to the docstring.
parent
005cf179
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/code/module.lisp
View file @
28feabb4
...
...
@@ -91,7 +91,17 @@
calling PROVIDE to indicate a successful load of the module.
While loading any files, *load-verbose* is bound to *require-verbose*
which defaults to t."
which defaults to t.
The predefined modules included are :defsystem, :asdf, :lisp-unit,
:unix, :clx, :clm, :hemlock, and :cmu-contribs.
The module :cmu-contribs differs from the other modules in that
requiring this module only defines the following modules:
\"contrib-demos\", \"contrib-follow-mouse\",
\"contrib-games-feebs\", \"contrib-hist\", \"contrib-psgraph\",
\"contrib-ops\", \"contrib-embedded-c\", \"contrib-sprof\", and
\"contrib-packed-sse2\". "
(
let
((
saved-modules
(
copy-list
*modules*
))
(
module-name
(
module-name-string
module-name
)))
(
unless
(
member
module-name
*modules*
:test
#'
string=
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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