diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2015-10-20 19:37:30 +0300 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2015-10-20 22:07:20 +0300 |
commit | 5e4395544c184d9a8702cf05c7aee9329b0b9482 (patch) | |
tree | 1ae9fa52b373b5c5afd8e8df01ba2481c3167126 /lisp/obsolete/vc-arch.el | |
parent | 28c58bf739fb5cc528051cfc48770fbfa4e1a319 (diff) | |
download | emacs-5e4395544c184d9a8702cf05c7aee9329b0b9482.tar.gz emacs-5e4395544c184d9a8702cf05c7aee9329b0b9482.tar.bz2 emacs-5e4395544c184d9a8702cf05c7aee9329b0b9482.zip |
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/obsolete/vc-arch.el')
-rw-r--r-- | lisp/obsolete/vc-arch.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/obsolete/vc-arch.el b/lisp/obsolete/vc-arch.el index e6540ce74d9..bdb69757d35 100644 --- a/lisp/obsolete/vc-arch.el +++ b/lisp/obsolete/vc-arch.el @@ -310,10 +310,6 @@ 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 |