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
((obj project-am-target)) in `ede/project-am.el'.
Edit the target associated w/ this file.
((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)))