diff options
author | Anders Lindgren <andlind@gmail.com> | 2015-10-28 12:13:18 +0100 |
---|---|---|
committer | Anders Lindgren <andlind@gmail.com> | 2015-10-28 12:13:18 +0100 |
commit | e69f7770611d85e130806763a46db7e212bc952f (patch) | |
tree | 96bdd02003f21cea72a604d8f14a06ff99cd9744 /lisp/vc/vc-svn.el | |
parent | 0392e241b844487261d4dfcccc9a442793e0a868 (diff) | |
parent | cc587a3539612d250d222363b18d15258e33f82a (diff) | |
download | emacs-e69f7770611d85e130806763a46db7e212bc952f.tar.gz |
Merge branch 'master' of /Volumes/HD2/build/emacs-git-ssh
Diffstat (limited to 'lisp/vc/vc-svn.el')
-rw-r--r-- | lisp/vc/vc-svn.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el index 2ec65a1ad07..4ef63a23db5 100644 --- a/lisp/vc/vc-svn.el +++ b/lisp/vc/vc-svn.el @@ -208,6 +208,10 @@ switches." (setq result (cons (list filename state) result))))) (funcall callback result))) +;; dir-status-files called from vc-dir, which loads vc, +;; which loads vc-dispatcher. +(declare-function vc-exec-after "vc-dispatcher" (code)) + (autoload 'vc-expand-dirs "vc") (defun vc-svn-dir-status-files (_dir files callback) |