Function: project-edit-file-target

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

Signature

(project-edit-file-target ARG &rest ARGS)

Implementations

(project-edit-file-target (OBJ project-am-target)) in `ede/project-am.el'.

Edit the target associated with this file.

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

Edit the target OT associated with this file.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(cl-defmethod project-edit-file-target ((_ot ede-target))
  "Edit the target OT associated with this file."
  (find-file (oref (ede-current-project) file)))