Function: mh-container-parent
mh-container-parent is a byte-compiled function defined in
mh-thread.el.gz.
Signature
(mh-container-parent CL-X)
Documentation
Access slot "parent" of mh-thread-container struct CL-X.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-thread.el.gz
(cl-defstruct (mh-thread-container (:conc-name mh-container-)
(:constructor mh-thread-make-container))
message parent children
(real-child-p t))