]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/vc/vc-git.el (vc-deduce-fileset): Declare.
authorSean Whitton <spwhitton@spwhitton.name>
Tue, 29 Oct 2024 12:32:14 +0000 (20:32 +0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 1 Nov 2024 13:17:30 +0000 (14:17 +0100)
(cherry picked from commit 4024c5db892b910ee66167479596131c8d64841f)

lisp/vc/vc-git.el

index 68e2c885dc8b2fcdc53d4ab95d2c14ca881e125d..9981a37923e3f3d62a1336f8fe81b1402328fc78 100644 (file)
@@ -2177,6 +2177,10 @@ This command shares argument histories with \\[rgrep] and \\[grep]."
        (if (eq next-error-last-buffer (current-buffer))
            (setq default-directory dir))))))
 
+(declare-function vc-deduce-fileset "vc"
+                  (&optional observer allow-unregistered
+                             state-model-only-files))
+
 (autoload 'vc-dir-marked-files "vc-dir")
 
 (defun vc-git--deduce-files-for-stash ()