From: Sean Whitton Date: Mon, 28 Apr 2025 02:46:48 +0000 (+0800) Subject: ; project-vc-include-unregistered: Add FIXME about renaming. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c5621177e990a027287b037dec3f7dedc35d5e42;p=emacs.git ; project-vc-include-unregistered: Add FIXME about renaming. (cherry picked from commit c0491a8b807b6b2dae27fd4749c101915bd04e53) --- diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 9840efb9961..27075825b9e 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -447,6 +447,9 @@ you might have to restart Emacs to see the effect." :package-version '(project . "0.2.0")) ;;;###autoload(put 'project-vc-merge-submodules 'safe-local-variable #'booleanp) +;; FIXME Consider renaming this to `project-vc-include-unregistered' for +;; consistency with VC. "untracked" comes from Git and Mercurial so is +;; fine for now, but these may not always be the most popular VCS. (defcustom project-vc-include-untracked t "When non-nil, the VC-aware project backend includes untracked files." :type 'boolean