summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-bzr.el
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2015-10-28 02:43:14 +0200
committerDmitry Gutov <dgutov@yandex.ru>2015-10-28 02:43:14 +0200
commit9db11fa2d635935318364370f31821023c2501b9 (patch)
tree8da77b3571d361a0dade4db64a1aeb1bf9b17aa5 /lisp/vc/vc-bzr.el
parentb1d39288e5845be744dcf8ac3c26631c1009dba1 (diff)
downloademacs-9db11fa2d635935318364370f31821023c2501b9.tar.gz
; Revert "Don't declare vc-exec-after anymore"
This reverts commit 5e4395544c184d9a8702cf05c7aee9329b0b9482. (http://lists.gnu.org/archive/html/emacs-devel/2015-10/msg02009.html)
Diffstat (limited to 'lisp/vc/vc-bzr.el')
-rw-r--r--lisp/vc/vc-bzr.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc/vc-bzr.el b/lisp/vc/vc-bzr.el
index 40f251654f2..9b2711d8146 100644
--- a/lisp/vc/vc-bzr.el
+++ b/lisp/vc/vc-bzr.el
@@ -331,6 +331,7 @@ 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))