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
Karsten Poeck
asdf
Commits
d3b6109b
Commit
d3b6109b
authored
Sep 22, 2018
by
Hugo Ishimaru
Browse files
Remove the reference to *load-system-operation* from the manual
as it was removed. See merge request !61
parent
8cf977a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/asdf.texinfo
View file @
d3b6109b
...
...
@@ -1001,18 +1001,13 @@ compiling, loading and testing.
@c FIXME: the following is too complicated for here, especially since
@c :force hasn't been defined yet. Move it. [2014/02/27:rpg]
@vindex *load-system-operation*
@findex already-loaded-systems
@defun load-system system @Arest
{}
keys @Akey
{}
force force-not verbose version @AallowOtherKeys
{}
Apply @code
{
operate
}
with the operation from
@code
{
*load-system-operation*
}
the @var
{
system
}
, and any provided keyword arguments.
@code
{
*load-system-operation*
}
by default is @code
{
load-op
}
;
it would be @code
{
load-bundle-op
}
by default on ECL,
if only an implementation bug were fixed.
Calling @code
{
load-system
}
is the regular, recommended way
to load a system into the current image.
Apply @code
{
operate
}
with the operation @code
{
load-op
}
, the
@var
{
system
}
, and any provided keyword arguments. Calling
@code
{
load-system
}
is the regular, recommended way to load a system
into the current image.
@end defun
@defun compile-system system @Arest
{}
keys @Akey
{}
force force-not verbose version @AallowOtherKeys
{}
...
...
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