Function: cl--struct-class-parents

cl--struct-class-parents is a byte-compiled function defined in cl-preloaded.el.gz.

Signature

(cl--struct-class-parents CL-X)

Documentation

Access slot "parents" of cl-structure-class struct CL-X.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-preloaded.el.gz
;; Close the recursion between cl-structure-object and cl-structure-class.
(setf (cl--struct-class-parents (cl--find-class 'cl-structure-class))
      (list (cl--find-class 'cl--class)))