]> git.eshelyaron.com Git - emacs.git/commit
Save project list as lisp data
authorSimen Heggestøyl <simenheg@gmail.com>
Fri, 5 Jun 2020 17:32:30 +0000 (19:32 +0200)
committerSimen Heggestøyl <simenheg@gmail.com>
Tue, 9 Jun 2020 18:45:55 +0000 (20:45 +0200)
commitd4e7087b68d70a1f05decbce07340801fe08fe7e
tree8220c8fd069ef67c97b5401c5e03c3743a658e52
parent5a6e790247ca8f0964ee8acd6dc6c564daaf6077
Save project list as lisp data

Save the project list file as lisp data instead of line separated
strings to make it more extendable in the future.

* lisp/progmodes/project.el (project--read-project-list)
(project--write-project-list, project--add-to-project-list-front)
(project--remove-from-project-list): Adjust to `project--list' now
being an alist.
lisp/progmodes/project.el