]> code.delx.au - gnu-emacs/blobdiff - lisp/vc/vc-arch.el
In vc, abolish the dir-status method.
[gnu-emacs] / lisp / vc / vc-arch.el
index 1bdad2a04f96d0d261f5a36f0bbc8b304fdc182c..d1344f2b1ccd2a1b993ec178d9a721cb8a740abf 100644 (file)
@@ -310,10 +310,11 @@ Only the value `maybe' can be trusted :-(."
                    'up-to-date
                  'edited)))))))))
 
-;; -dir-status called from vc-dir, which loads vc, which loads vc-dispatcher.
+;; dir-status-files called from vc-dir, which loads vc,
+;; which loads vc-dispatcher.
 (declare-function vc-exec-after "vc-dispatcher" (code))
 
-(defun vc-arch-dir-status (dir callback)
+(defun vc-arch-dir-status-files (dir _files callback)
   "Run 'tla inventory' for DIR and pass results to CALLBACK.
 CALLBACK expects (ENTRIES &optional MORE-TO-COME); see
 `vc-dir-refresh'."