Skip to content
Snippets Groups Projects
Commit 4ae8ce9d authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Whitespace fix

parent a6d43fa4
No related branches found
No related tags found
No related merge requests found
......@@ -200,8 +200,8 @@ 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)
"Register SYSTEM-NAME as preloaded and immutable.
(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)))
(apply 'register-preloaded-system system-name keys)
......
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