]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/dired-aux.el (dired-vc-deduce-fileset): Add autoload cookie.
authorJuri Linkov <juri@linkov.net>
Tue, 16 Jun 2020 23:18:11 +0000 (02:18 +0300)
committerJuri Linkov <juri@linkov.net>
Tue, 16 Jun 2020 23:18:11 +0000 (02:18 +0300)
lisp/dired-aux.el

index 24ebfa4b0de7e07bb0d58d18e27b6ae5fdcf851f..0d481f4ac19c7c1977b691cc7679a819c389bf37 100644 (file)
@@ -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))