Function: tex-font-lock-append-prop

tex-font-lock-append-prop is a byte-compiled function defined in tex-mode.el.gz.

Signature

(tex-font-lock-append-prop PROP)

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
(defun tex-font-lock-append-prop (prop)
  (unless (memq (get-text-property (match-end 1) 'face)
		'(font-lock-comment-face tex-verbatim))
    prop))