From 7f934f3dda9a2b7825673c9eb17c78db00ba391e Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 27 May 2006 11:16:18 +0000 Subject: (ewoc--node): Don't define constructor `make-ewoc--node' for this structure. --- lisp/emacs-lisp/ewoc.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/ewoc.el b/lisp/emacs-lisp/ewoc.el index 1e85ef813fc..2aa56f04683 100644 --- a/lisp/emacs-lisp/ewoc.el +++ b/lisp/emacs-lisp/ewoc.el @@ -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) -- cgit v1.2.3