]> git.eshelyaron.com Git - emacs.git/commitdiff
Change default project list filename to "projects"
authorSimen Heggestøyl <simenheg@gmail.com>
Thu, 4 Jun 2020 17:58:36 +0000 (19:58 +0200)
committerSimen Heggestøyl <simenheg@gmail.com>
Thu, 4 Jun 2020 18:16:54 +0000 (20:16 +0200)
* lisp/progmodes/project.el (project-list-file): Change the default
filename to "projects".

lisp/progmodes/project.el

index ad0bb6763acaad7009917df21c4ac118ef5cf848..4d57fb25fda8637a25b7ec88347b78289abac7cd 100644 (file)
@@ -747,7 +747,7 @@ Arguments the same as in `compile'."
 \f
 ;;; Project list
 
-(defcustom project-list-file (locate-user-emacs-file "project-list")
+(defcustom project-list-file (locate-user-emacs-file "projects")
   "File to save the list of known projects."
   :type 'file
   :version "28.1"