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/vc/vc-git.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/vc/vc-git.el')
-rw-r--r-- | lisp/vc/vc-git.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index b5570323e03..2a8cd568bf7 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el @@ -461,8 +461,6 @@ or an empty string if none." ;; Follows vc-git-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-git-dir-status-goto-stage (stage files update-function) |