Function: mh-header-cc-font-lock

mh-header-cc-font-lock is a byte-compiled function defined in mh-show.el.gz.

Signature

(mh-header-cc-font-lock LIMIT)

Documentation

Return the value of a header field cc to font-lock.

Argument LIMIT limits search.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-show.el.gz
(defun mh-header-cc-font-lock (limit)
  "Return the value of a header field cc to font-lock.
Argument LIMIT limits search."
  (mh-header-field-font-lock "cc:" limit))