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
gendl
gendl
Commits
0364a353
Commit
0364a353
authored
Oct 30, 2013
by
Dave Cooper
Browse files
added docs for warn-on-toplevel? in set-slot! for vanilla-mixin.
parent
950132e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
base/rest/source/vanilla-mixin.lisp
View file @
0364a353
...
...
@@ -445,7 +445,8 @@ error will be generated.
:arguments (slot \"Keyword Symbol\"
value \"Lisp Object. (e.g. Number, String, List, etc.)\")
:&key ((remember? t) \"Boolean. Determines whether to save in current version-tree.\")"
:&key ((remember? t) \"Boolean. Determines whether to save in current version-tree.\"
(warn-on-non-toplevel? t) \"Boolean. Determines whether to warn if this is called from the body of a cached slot.\" )"
set-slot!
(
attribute
value
&key
(
remember?
t
)
(
warn-on-non-toplevel?
t
))
...
...
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