From: Juri Linkov Date: Tue, 16 Jun 2020 23:18:11 +0000 (+0300) Subject: * lisp/dired-aux.el (dired-vc-deduce-fileset): Add autoload cookie. X-Git-Tag: emacs-28.0.90~7163 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9682aa2f2493c89af1894ad2d52543d57f4958a5;p=emacs.git * lisp/dired-aux.el (dired-vc-deduce-fileset): Add autoload cookie. --- 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))