emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4024c5db892: ; * lisp/vc/vc-git.el (vc-deduce-fileset): Declare.


From: Sean Whitton
Subject: master 4024c5db892: ; * lisp/vc/vc-git.el (vc-deduce-fileset): Declare.
Date: Tue, 29 Oct 2024 08:32:51 -0400 (EDT)

branch: master
commit 4024c5db892b910ee66167479596131c8d64841f
Author: Sean Whitton <spwhitton@spwhitton.name>
Commit: Sean Whitton <spwhitton@spwhitton.name>

    ; * lisp/vc/vc-git.el (vc-deduce-fileset): Declare.
---
 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 d7fc833a2ec..07be6c3189a 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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]