emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9682aa2: * lisp/dired-aux.el (dired-vc-deduce-fileset): Add autol


From: Juri Linkov
Subject: master 9682aa2: * lisp/dired-aux.el (dired-vc-deduce-fileset): Add autoload cookie.
Date: Tue, 16 Jun 2020 19:18:20 -0400 (EDT)

branch: master
commit 9682aa2f2493c89af1894ad2d52543d57f4958a5
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    * 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 24ebfa4..0d481f4 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]