Function: ede-proj-target-aux-p

ede-proj-target-aux-p is an autoloaded and byte-compiled function defined in proj-aux.el.gz.

Signature

(ede-proj-target-aux-p OBJ)

Documentation

Return non-nil if OBJ is an object of type ede-proj-target-aux(var)/ede-proj-target-aux(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/proj-aux.el.gz
;;; Code:
(defclass ede-proj-target-aux (ede-proj-target)
  ((sourcetype :initform '(ede-aux-source)))
  "This target consists of aux files such as READMEs and COPYING.")