Function: project-read-project
project-read-project is a byte-compiled function defined in
project.el.gz.
Signature
(project-read-project)
Documentation
Read a project with completion from the known list.
Returns an object that the API methods can be used with.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/project.el.gz
(defun project-read-project ()
"Read a project with completion from the known list.
Returns an object that the API methods can be used with."
;; Will prompt again if the entered directory is not a project anymore.
(project-current t (funcall project-prompter)))