Function: project-delete-target

project-delete-target is a byte-compiled function defined in ede.el.gz.

Signature

(project-delete-target ARG &rest ARGS)

Implementations

(project-delete-target (THIS ede-proj-target)) in `ede/proj.el'.

Delete the current target THIS from its parent project.

(project-delete-target (OT ede-target)) in `ede.el'.

Delete the current target OT from its parent project.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(cl-defmethod project-delete-target ((ot ede-target))
  "Delete the current target OT from its parent project."
  (error "add-file not supported by %s" (eieio-object-name ot)))