Variable: semantic-load-system-cache-loaded

semantic-load-system-cache-loaded is a variable defined in semantic.el.gz.

Value

nil

Documentation

Non-nil when the Semantic system caches have been loaded.

Prevent this load system from loading files in twice.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
;; The `semantic-mode' command, in conjunction with the
;; `semantic-default-submodes' variable, toggles Semantic's various
;; auxiliary minor modes.

(defvar semantic-load-system-cache-loaded nil
  "Non-nil when the Semantic system caches have been loaded.
Prevent this load system from loading files in twice.")