Function: project-remember-project
project-remember-project is an autoloaded and byte-compiled function
defined in project.el.gz.
Signature
(project-remember-project PR &optional NO-WRITE)
Documentation
Add project PR to the front of the project list.
Save the result in project-list-file if the list of projects
has changed, and NO-WRITE is nil.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/project.el.gz
;;;###autoload
(defun project-remember-project (pr &optional no-write)
"Add project PR to the front of the project list.
Save the result in `project-list-file' if the list of projects
has changed, and NO-WRITE is nil."
(project--remember-dir (project-root pr) no-write))