Function: semantic-unmatched-syntax-overlay-p

semantic-unmatched-syntax-overlay-p is a byte-compiled function defined in util-modes.el.gz.

Signature

(semantic-unmatched-syntax-overlay-p OVERLAY)

Documentation

Return non-nil if OVERLAY is an unmatched syntax one.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/util-modes.el.gz
(defsubst semantic-unmatched-syntax-overlay-p (overlay)
  "Return non-nil if OVERLAY is an unmatched syntax one."
  (eq (overlay-get overlay 'semantic) 'unmatched))