Variable: ede-constructing

ede-constructing is a variable defined in ede.el.gz.

Value

nil

Documentation

Non-nil when constructing a project hierarchy.

If the project is being constructed from an autoload, then the value is the autoload object being used.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(defvar ede-constructing nil
  "Non-nil when constructing a project hierarchy.
If the project is being constructed from an autoload, then the
value is the autoload object being used.")