Variable: ede-cpp-root-project-list
ede-cpp-root-project-list is a variable defined in cpp-root.el.gz.
Value
nil
Documentation
List of projects created by option ede-cpp-root-project(var)/ede-cpp-root-project(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede/cpp-root.el.gz
;;; Code:
;;; PROJECT CACHE:
;;
;; cpp-root projects are created in a .emacs or other config file. We
;; need to cache them so if the user re-loads a lisp file with the
;; config in it, we can flush out the old one and replace it.
;;
(defvar ede-cpp-root-project-list nil
"List of projects created by option `ede-cpp-root-project'.")