(ewoc--node): Don't define constructor

`make-ewoc--node' for this structure.
This commit is contained in:
Thien-Thi Nguyen 2006-05-27 11:16:18 +00:00
parent 8d20653fee
commit 7f934f3dda
2 changed files with 4 additions and 0 deletions

View file

@ -140,6 +140,7 @@
(defstruct (ewoc--node
(:type vector) ;ewoc--node-nth needs this
(:constructor nil)
(:constructor ewoc--node-create (start-marker data)))
left right data start-marker)