Function: ede-speedbar-make-distribution

ede-speedbar-make-distribution is an interactive and byte-compiled function defined in speedbar.el.gz.

Signature

(ede-speedbar-make-distribution)

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-make-distribution ()
  "Edit the project file based on this line."
  (interactive)
  (project-make-dist (ede-speedbar-get-top-project-for-line)))