# HG changeset patch # User Thien-Thi Nguyen # Date 1148728498 0 # Node ID 9a4ed4323ed7c849c22890c63977eebe60514c35 # Parent 0074ea910aa88c36be1830b3dcac0d6d8d183000 (ewoc--node): Don't define constructor `make-ewoc--node' for this structure. diff -r 0074ea910aa8 -r 9a4ed4323ed7 lisp/emacs-lisp/ewoc.el --- 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)