mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
; * lisp/vc/vc-git.el (vc-deduce-fileset): Declare.
This commit is contained in:
parent
90ffe8a36b
commit
4024c5db89
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user