From 9682aa2f2493c89af1894ad2d52543d57f4958a5 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 17 Jun 2020 02:18:11 +0300 Subject: [PATCH] * lisp/dired-aux.el (dired-vc-deduce-fileset): Add autoload cookie. --- lisp/dired-aux.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 24ebfa4b0de..0d481f4ac19 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -3087,6 +3087,7 @@ in the Dired buffer." (declare-function vc-compatible-state "vc") +;;;###autoload (defun dired-vc-deduce-fileset (&optional state-model-only-files not-state-changing) (let ((backend (vc-responsible-backend default-directory)) (files (dired-get-marked-files nil nil nil nil t)) -- 2.39.5