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
cells
cells
Commits
79b12f5c
Commit
79b12f5c
authored
Mar 17, 2008
by
Kenny Tilton
Browse files
*** empty log message ***
parent
cff15c11
Changes
1
Hide whitespace changes
Inline
Side-by-side
defmodel.lisp
View file @
79b12f5c
...
...
@@ -54,7 +54,7 @@ See the Lisp Lesser GNU Public License for more details.
; ------- defclass --------------- (^slot-value ,model ',',slotname)
;
(
prog
n
(
prog
1
(
defclass
,
class
,
(
or
directsupers
'
(
model-object
))
;; now we can def the class
,
(
mapcar
(
lambda
(
s
)
(
list*
(
car
s
)
...
...
@@ -120,8 +120,7 @@ the defmodel form for ~a" ',class ',class))))
)
))
))
slotspecs
)
(
find-class
',class
))))
slotspecs
))))
(
defun
defmd-canonicalize-slot
(
slotname
&key
...
...
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