Skip to content
Snippets Groups Projects
Commit 00156980 authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files
parent 42871ad9
No related branches found
No related tags found
No related merge requests found
...@@ -732,10 +732,12 @@ Reminder: before ASDF can operate on a system, however, ...@@ -732,10 +732,12 @@ Reminder: before ASDF can operate on a system, however,
it must be able to find and load that system's definition. it must be able to find and load that system's definition.
@xref{Configuring ASDF,,Configuring ASDF to find your systems}. @xref{Configuring ASDF,,Configuring ASDF to find your systems}.
@findex already-loaded-systems
For the advanced users, note that For the advanced users, note that
@code{require-system} calls @code{load-system} @code{require-system} calls @code{load-system}
with keyword arguments @code{:force-not (loaded-systems)}. with keyword arguments @code{:force-not (already-loaded-systems)}.
@code{loaded-systems} returns a list of the names of loaded systems. @code{already-loaded-systems} returns a list of the names of loaded systems.
@code{load-system} applies @code{operate} with the operation from @code{load-system} applies @code{operate} with the operation from
@code{*load-system-operation*}, which by default is @code{load-op}, @code{*load-system-operation*}, which by default is @code{load-op},
the system, and any provided keyword arguments. the system, and any provided keyword arguments.
......
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