Function: project-add-file
project-add-file is a byte-compiled function defined in ede.el.gz.
Signature
(project-add-file ARG &rest ARGS)
Implementations
((ot project-am-target)) in `ede/project-am.el'.
Add the current buffer into a project. OT is the object target. DIR is the directory to start in.
((this ede-proj-target) file) in `ede/proj.el'.
Add to target THIS the current buffer represented as FILE.
((ot ede-target) file) in `ede.el'.
Add the current buffer into project target OT. Argument FILE is the file to add.
((this ede-project-placeholder) file) in `ede.el'.
Make sure placeholder THIS is replaced with the real thing, and pass through.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(cl-defmethod project-add-file ((this ede-project-placeholder) file)
; checkdoc-params: (file)
"Make sure placeholder THIS is replaced with the real thing, and pass through."
(project-add-file this file))