Function: mh-seq-msgs
mh-seq-msgs is a byte-compiled function defined in mh-acros.el.gz.
Signature
(mh-seq-msgs SEQUENCE)
Documentation
Extract messages from the given SEQUENCE.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-acros.el.gz
;;; Sequences and Ranges
;;;###mh-autoload
(defsubst mh-seq-msgs (sequence)
"Extract messages from the given SEQUENCE."
(cdr sequence))