From: Simen Heggestøyl Date: Thu, 4 Jun 2020 17:58:36 +0000 (+0200) Subject: Change default project list filename to "projects" X-Git-Tag: emacs-28.0.90~7211 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f4568bac56968c2d7837d6f5be561f3cf4430388;p=emacs.git Change default project list filename to "projects" * lisp/progmodes/project.el (project-list-file): Change the default filename to "projects". --- diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index ad0bb6763ac..4d57fb25fda 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -747,7 +747,7 @@ Arguments the same as in `compile'." ;;; 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"