(ewoc--node): Don't define constructor
`make-ewoc--node' for this structure.
This commit is contained in:
parent
8d20653fee
commit
7f934f3dda
2 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue