From c5621177e990a027287b037dec3f7dedc35d5e42 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 28 Apr 2025 10:46:48 +0800 Subject: [PATCH] ; project-vc-include-unregistered: Add FIXME about renaming. (cherry picked from commit c0491a8b807b6b2dae27fd4749c101915bd04e53) --- lisp/progmodes/project.el | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5