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
Jan Moringen
asdf
Commits
4ae8ce9d
Commit
4ae8ce9d
authored
Oct 22, 2016
by
Francois-Rene Rideau
Browse files
Whitespace fix
parent
a6d43fa4
Changes
1
Show whitespace changes
Inline
Side-by-side
find-system.lisp
View file @
4ae8ce9d
...
...
@@ -200,7 +200,7 @@ contact maintainers if you need a stable API to do more than that.")
but not even registered as defined"
:format-arguments
(
list
name
))))))
(
defun
register-immutable-system
(
system-name
&rest
keys
)
(
defun
register-immutable-system
(
system-name
&rest
keys
)
"Register SYSTEM-NAME as preloaded and immutable.
It will automatically be considered as passed to FORCE-NOT in a plan."
(
let
((
system-name
(
coerce-name
system-name
)))
...
...
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