projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e816c57
)
(luna-define-class): Fixed.
author
morioka
<morioka>
Fri, 14 May 1999 10:34:57 +0000
(10:34 +0000)
committer
morioka
<morioka>
Fri, 14 May 1999 10:34:57 +0000
(10:34 +0000)
luna.el
patch
|
blob
|
history
diff --git
a/luna.el
b/luna.el
index
776698c
..
e4a36e2
100644
(file)
--- a/
luna.el
+++ b/
luna.el
@@
-55,7
+55,7
@@
If SLOTS is specified, TYPE will be defined to have them."
(put (intern name oa) 'luna-member-index i)
(setq i (1+ i))
)))
- (luna-class-obarray parent))
+ (luna-class-obarray (luna-find-class parent)))
)
(setq rest slots)
(while rest
@@
-65,7
+65,7
@@
If SLOTS is specified, TYPE will be defined to have them."
(setq i (1+ i))
))
`(luna-set-class ',type
- (vector 'class ,oa ,parents ,i))
+ (vector 'class ,oa ',parents ,i))
))
(defmacro luna-class-name (entity)