Function: mh-seq-msgs
mh-seq-msgs is a function defined in mh-acros.el.
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
;;; Sequences and Ranges
;;;###mh-autoload
(defsubst mh-seq-msgs (sequence)
"Extract messages from the given SEQUENCE."
(cdr sequence))