summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/ewoc.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp/ewoc.el')
-rw-r--r--lisp/emacs-lisp/ewoc.el1
1 files changed, 1 insertions, 0 deletions
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)