Skip to content
Snippets Groups Projects
Commit 28feabb4 authored by Raymond Toy's avatar Raymond Toy
Browse files

Update docstring for REQUIRE

Include a list of the builtin modules supported by cmucl to the
docstring.
parent 005cf179
No related branches found
No related tags found
No related merge requests found
......@@ -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=)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment