Function: mh-thread-make-container

mh-thread-make-container is a byte-compiled function defined in mh-thread.el.gz.

Signature

(mh-thread-make-container &key MESSAGE PARENT CHILDREN REAL-CHILD-P)

Documentation

Constructor for objects of type mh-thread-container.

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))