]> code.delx.au - gnu-emacs/blobdiff - lisp/vc/vc-mtn.el
; Revert "Don't declare vc-exec-after anymore"
[gnu-emacs] / lisp / vc / vc-mtn.el
index 3197d6060615f897d9863ee8dc2275d03ce06691..b56a08f2a9ec8f31be8adbb6823590c39b874d6f 100644 (file)
@@ -138,6 +138,10 @@ switches."
             ((match-end 2) (push (list (match-string 3) 'added) result))))
     (funcall update-function result)))
 
+;; dir-status-files called from vc-dir, which loads vc,
+;; which loads vc-dispatcher.
+(declare-function vc-exec-after "vc-dispatcher" (code))
+
 (defun vc-mtn-dir-status-files (dir _files update-function)
   (vc-mtn-command (current-buffer) 'async dir "status")
   (vc-run-delayed