Function: ede-new-target-custom

ede-new-target-custom is an interactive and byte-compiled function defined in ede.el.gz.

Signature

(ede-new-target-custom)

Documentation

Create a new target specific to this type of project file.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(defun ede-new-target-custom ()
  "Create a new target specific to this type of project file."
  (interactive)
  (project-new-target-custom (ede-current-project)))