Function: rmail-msgend

rmail-msgend is a byte-compiled function defined in rmail.el.gz.

Signature

(rmail-msgend N)

Documentation

Return the end position for message number N.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
;;;; *** Rmail Message Selection And Support ***

(defun rmail-msgend (n)
  "Return the end position for message number N."
  (marker-position (aref rmail-message-vector (1+ n))))