Variable: ede-object-root-project

ede-object-root-project is a buffer-local variable defined in ede.el.gz.

Documentation

The current buffer's current root project.

If a file is under a project, this specifies the project that is at the root of a project tree.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(defvar-local ede-object-root-project nil
  "The current buffer's current root project.
If a file is under a project, this specifies the project that is at
the root of a project tree.")