Function: mh-make-seq

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

Signature

(mh-make-seq NAME MSGS)

Documentation

Create sequence NAME with the given MSGS.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-seq.el.gz
;;; Macros

(defsubst mh-make-seq (name msgs)
  "Create sequence NAME with the given MSGS."
  (cons name msgs))