summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-hg.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-hg.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-hg.el')
-rw-r--r--lisp/vc/vc-hg.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el
index 49573986125..c4d6092d100 100644
--- a/lisp/vc/vc-hg.el
+++ b/lisp/vc/vc-hg.el
@@ -620,8 +620,6 @@ REV is the revision to check out into WORKFILE."
;; Follows vc-hg-command (or vc-do-async-command), which uses vc-do-command
;; from vc-dispatcher.
-(declare-function vc-exec-after "vc-dispatcher" (code))
-;; Follows vc-exec-after.
(declare-function vc-set-async-update "vc-dispatcher" (process-buffer))
(defun vc-hg-dir-status-files (dir files update-function)