summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-mtn.el
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2015-10-20 19:37:30 +0300
committerDmitry Gutov <dgutov@yandex.ru>2015-10-20 22:07:20 +0300
commit5e4395544c184d9a8702cf05c7aee9329b0b9482 (patch)
tree1ae9fa52b373b5c5afd8e8df01ba2481c3167126 /lisp/vc/vc-mtn.el
parent28c58bf739fb5cc528051cfc48770fbfa4e1a319 (diff)
downloademacs-5e4395544c184d9a8702cf05c7aee9329b0b9482.tar.gz
Don't declare vc-exec-after anymore
* lisp/vc/vc-svn.el: * lisp/vc/vc-mtn.el: * lisp/vc/vc-hg.el: * lisp/vc/vc-cvs.el: * lisp/vc/vc-git.el: * lisp/vc/vc-bzr.el: Don't declare vc-exec-after anymore. Its usages have been replaced with vc-run-delayed.
Diffstat (limited to 'lisp/vc/vc-mtn.el')
-rw-r--r--lisp/vc/vc-mtn.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/vc/vc-mtn.el b/lisp/vc/vc-mtn.el
index b56a08f2a9e..3197d606061 100644
--- a/lisp/vc/vc-mtn.el
+++ b/lisp/vc/vc-mtn.el
@@ -138,10 +138,6 @@ 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