summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-bzr.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-bzr.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-bzr.el')
-rw-r--r--lisp/vc/vc-bzr.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/vc/vc-bzr.el b/lisp/vc/vc-bzr.el
index 9b2711d8146..40f251654f2 100644
--- a/lisp/vc/vc-bzr.el
+++ b/lisp/vc/vc-bzr.el
@@ -331,7 +331,6 @@ in the repository root directory of FILE."
"Value of `compilation-error-regexp-alist' in *vc-bzr* buffers.")
;; To be called via vc-pull from vc.el, which requires vc-dispatcher.
-(declare-function vc-exec-after "vc-dispatcher" (code))
(declare-function vc-set-async-update "vc-dispatcher" (process-buffer))
(declare-function vc-compilation-mode "vc-dispatcher" (backend))