diff options
| author | Sean Whitton | 2024-10-29 20:32:14 +0800 |
|---|---|---|
| committer | Sean Whitton | 2024-10-29 20:32:21 +0800 |
| commit | 4024c5db892b910ee66167479596131c8d64841f (patch) | |
| tree | 02d3fdf5375ebbde1c19ed66bd91428b413216fe | |
| parent | 90ffe8a36b16801eaf0ca9b0ffca07156cf3c26d (diff) | |
| download | emacs-4024c5db892b910ee66167479596131c8d64841f.tar.gz emacs-4024c5db892b910ee66167479596131c8d64841f.zip | |
; * lisp/vc/vc-git.el (vc-deduce-fileset): Declare.
| -rw-r--r-- | lisp/vc/vc-git.el | 4 |
1 files changed, 4 insertions, 0 deletions
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]." | |||
| 2177 | (if (eq next-error-last-buffer (current-buffer)) | 2177 | (if (eq next-error-last-buffer (current-buffer)) |
| 2178 | (setq default-directory dir)))))) | 2178 | (setq default-directory dir)))))) |
| 2179 | 2179 | ||
| 2180 | (declare-function vc-deduce-fileset "vc" | ||
| 2181 | (&optional observer allow-unregistered | ||
| 2182 | state-model-only-files)) | ||
| 2183 | |||
| 2180 | (autoload 'vc-dir-marked-files "vc-dir") | 2184 | (autoload 'vc-dir-marked-files "vc-dir") |
| 2181 | 2185 | ||
| 2182 | (defun vc-git--deduce-files-for-stash () | 2186 | (defun vc-git--deduce-files-for-stash () |