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
asdf
asdf
Commits
2cb3d07f
Commit
2cb3d07f
authored
Dec 15, 2012
by
Francois-Rene Rideau
Browse files
Fix a typo in the wild-modules example.
parent
da786038
Changes
1
Show whitespace changes
Inline
Side-by-side
wild-modules.lisp
View file @
2cb3d07f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
(
component-options
:accessor
wild-module-component-options
(
component-options
:accessor
wild-module-component-options
:initform
nil
:initarg
:component-options
)))
:initform
nil
:initarg
:component-options
)))
(
defmethod
(
setf
component
s
-children
)
(
new-value
(
module
wild-module
))
(
defmethod
(
setf
component-children
)
(
new-value
(
module
wild-module
))
(
when
new-value
(
when
new-value
(
sysdef-error
"Cannot explicitly set wild-module ~A's children components. Please ~
(
sysdef-error
"Cannot explicitly set wild-module ~A's children components. Please ~
use a wild pathname instead."
module
)))
use a wild pathname instead."
module
)))
...
...
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