From db98c23ab00712eb31b5c2d142285fd28027cf9e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 29 Oct 2024 20:32:14 +0800 Subject: [PATCH] ; * lisp/vc/vc-git.el (vc-deduce-fileset): Declare. (cherry picked from commit 4024c5db892b910ee66167479596131c8d64841f) --- lisp/vc/vc-git.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index 68e2c885dc8..9981a37923e 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el @@ -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 () -- 2.39.5