Function: project-remove-file
project-remove-file is a byte-compiled function defined in ede.el.gz.
Signature
(project-remove-file ARG &rest ARGS)
Implementations
(project-remove-file (OT project-am-target) FNND) in `ede/project-am.el'.
Remove the current buffer from any project targets.
(project-remove-file (TARGET ede-proj-target) FILE) in `ede/proj.el'.
For TARGET, remove FILE. FILE must be massaged by `ede-convert-path'.
(project-remove-file (OT ede-target) FNND) in `ede.el'.
Remove the current buffer from project target OT. Argument FNND is an argument.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(cl-defmethod project-remove-file ((ot ede-target) _fnnd)
"Remove the current buffer from project target OT.
Argument FNND is an argument."
(error "remove-file not supported by %s" (eieio-object-name ot)))