Function: project-dist-files

project-dist-files is a byte-compiled function defined in ede.el.gz.

Signature

(project-dist-files ARG &rest ARGS)

Implementations

(project-dist-files (THIS ede-proj-project)) in `ede/proj.el'.

Return a list of files that constitutes a distribution of THIS project.

(project-dist-files (THIS ede-project)) in `ede.el'.

Return a list of files that constitute a distribution of THIS project.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(cl-defmethod project-dist-files ((this ede-project))
  "Return a list of files that constitute a distribution of THIS project."
  (error "Dist-files is not supported by %s" (eieio-object-name this)))