From: Sean Whitton Date: Tue, 29 Oct 2024 12:32:14 +0000 (+0800) Subject: ; * lisp/vc/vc-git.el (vc-deduce-fileset): Declare. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db98c23ab00712eb31b5c2d142285fd28027cf9e;p=emacs.git ; * lisp/vc/vc-git.el (vc-deduce-fileset): Declare. (cherry picked from commit 4024c5db892b910ee66167479596131c8d64841f) --- 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 ()