Function: ede-edit-file-target
ede-edit-file-target is an interactive and byte-compiled function
defined in ede.el.gz.
Signature
(ede-edit-file-target)
Documentation
Enter the project file to hand edit the current buffer's target.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(defun ede-edit-file-target ()
"Enter the project file to hand edit the current buffer's target."
(interactive)
(ede-invoke-method 'project-edit-file-target))