Function: project-am-subtree

project-am-subtree is a byte-compiled function defined in project-am.el.gz.

Signature

(project-am-subtree ARG &rest ARGS)

Implementations

((ampf project-am-makefile) subdir) in `ede/project-am.el'.

Return the sub project in AMPF specified by SUBDIR.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/project-am.el.gz
(cl-defmethod project-am-subtree ((ampf project-am-makefile) subdir)
  "Return the sub project in AMPF specified by SUBDIR."
  (object-assoc (expand-file-name subdir) 'file (oref ampf subproj)))