]> git.eshelyaron.com Git - emacs.git/commitdiff
; project-vc-include-unregistered: Add FIXME about renaming.
authorSean Whitton <spwhitton@spwhitton.name>
Mon, 28 Apr 2025 02:46:48 +0000 (10:46 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 29 Apr 2025 07:32:43 +0000 (09:32 +0200)
(cherry picked from commit c0491a8b807b6b2dae27fd4749c101915bd04e53)

lisp/progmodes/project.el

index 9840efb9961a22abfbfbdcde7fb99c5491416a41..27075825b9ee1bf2fb3f9e5b0c47f88e91b4138c 100644 (file)
@@ -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