Function: project-new-target-custom
project-new-target-custom is a byte-compiled function defined in
ede.el.gz.
Signature
(project-new-target-custom ARG &rest ARGS)
Implementations
((this ede-proj-project)) in `ede/proj.el'.
Create a new target in THIS for custom.
((proj ede-project)) in `ede.el'.
Create a new target. It is up to the project PROJ to get the name.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(cl-defmethod project-new-target-custom ((proj ede-project))
"Create a new target. It is up to the project PROJ to get the name."
(error "New-target-custom not supported by %s" (eieio-object-name proj)))