Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
aac5c822
Commit
aac5c822
authored
Jan 28, 2016
by
Dave Cooper
Browse files
added :query-slots to *allowed-define-object-toplevel-keywords*
parent
f83a520c
Changes
1
Hide whitespace changes
Inline
Side-by-side
base/source/parameters.lisp
View file @
aac5c822
...
...
@@ -128,7 +128,7 @@ compared to applications compiled with it set to T. Defaults to NIL.")
(
defparameter
*allowed-define-object-toplevel-keywords*
(
list
:input-slots
:computed-slots
:objects
:hidden-objects
:functions
:methods
:trickle-down-slots
:cached-functions
:cached-methods
:documentation
:no-vanilla-mixin?
))
:documentation
:no-vanilla-mixin?
:query-slots
))
(
defparameter
*define-object-toplevel-macros*
(
make-hash-table
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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