Function: ede-speedbar-edit-projectfile

ede-speedbar-edit-projectfile is an interactive and byte-compiled function defined in speedbar.el.gz.

Signature

(ede-speedbar-edit-projectfile)

Documentation

Edit the project file based on this line.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/speedbar.el.gz
(defun ede-speedbar-edit-projectfile ()
  "Edit the project file based on this line."
  (interactive)
  (project-edit-file-target (ede-speedbar-get-top-project-for-line)))