From 9db11fa2d635935318364370f31821023c2501b9 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Wed, 28 Oct 2015 02:43:14 +0200 Subject: ; Revert "Don't declare vc-exec-after anymore" This reverts commit 5e4395544c184d9a8702cf05c7aee9329b0b9482. (http://lists.gnu.org/archive/html/emacs-devel/2015-10/msg02009.html) --- lisp/obsolete/vc-arch.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp/obsolete/vc-arch.el') diff --git a/lisp/obsolete/vc-arch.el b/lisp/obsolete/vc-arch.el index bdb69757d35..e6540ce74d9 100644 --- a/lisp/obsolete/vc-arch.el +++ b/lisp/obsolete/vc-arch.el @@ -310,6 +310,10 @@ Only the value `maybe' can be trusted :-(." 'up-to-date 'edited))))))))) +;; 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-files (dir _files callback) "Run `tla inventory' for DIR and pass results to CALLBACK. CALLBACK expects (ENTRIES &optional MORE-TO-COME); see -- cgit v1.2.1