Variable: ede-object-project

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

Documentation

The current buffer's current project at that level.

If a file is under a project, this specifies the project that contains the current target.

Source Code

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