Variable: semantic-unmatched-syntax-cache-check

semantic-unmatched-syntax-cache-check is a buffer-local variable defined in semantic.el.gz.

Documentation

Non-nil if the unmatched syntax cache is out of date.

This is tracked with semantic-change-function.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
(defvar-local semantic-unmatched-syntax-cache-check nil
  "Non-nil if the unmatched syntax cache is out of date.
This is tracked with `semantic-change-function'.")