diff options
author | Anders Lindgren <andlind@gmail.com> | 2015-10-28 12:09:51 +0100 |
---|---|---|
committer | Anders Lindgren <andlind@gmail.com> | 2015-10-28 12:09:51 +0100 |
commit | cc587a3539612d250d222363b18d15258e33f82a (patch) | |
tree | 00c74927ef3da99c7226cbaf586d439e0236b85c /lisp/vc/vc-git.el | |
parent | 590449f3d87f8f43eb0a852233e8945ecbe1c6aa (diff) | |
parent | 64c2bfbc4f5daba2ee55acb58a2929070a846b6e (diff) | |
download | emacs-cc587a3539612d250d222363b18d15258e33f82a.tar.gz |
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/emacs
Diffstat (limited to 'lisp/vc/vc-git.el')
-rw-r--r-- | lisp/vc/vc-git.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index 0e33896a715..27898a991a0 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el @@ -461,6 +461,8 @@ 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) |