Function: ede-target-with-config-c-p
ede-target-with-config-c-p is a byte-compiled function defined in
config.el.gz.
Signature
(ede-target-with-config-c-p OBJ)
Documentation
Return non-nil if OBJ is an object of type
ede-target-with-config-c(var)/ede-target-with-config-c(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede/config.el.gz
(defclass ede-target-with-config-c ()
()
"Class to mix into a project for C/C++ support.
This target brings in methods used by Semantic to query
the preprocessor map, and include paths.")