Mercurial > emacs
changeset 70997:9a4ed4323ed7
(ewoc--node): Don't define constructor
`make-ewoc--node' for this structure.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Sat, 27 May 2006 11:14:58 +0000 |
parents | 0074ea910aa8 |
children | ce59fb4be71f |
files | lisp/emacs-lisp/ewoc.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/ewoc.el Sat May 27 11:06:06 2006 +0000 +++ b/lisp/emacs-lisp/ewoc.el Sat May 27 11:14:58 2006 +0000 @@ -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)