From: Glenn Morris Date: Thu, 12 Sep 2013 06:58:57 +0000 (-0700) Subject: * vc/vc-dispatcher.el (vc-dir-refresh): Declare. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1662^2~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dea01c6e980d2a95f6331879a97069515d153892;p=emacs.git * vc/vc-dispatcher.el (vc-dir-refresh): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e4bf56d24d7..cdf601e6259 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -15,6 +15,8 @@ * progmodes/cperl-mode.el (Info-find-node): * vc/ediff.el (Info-goto-node): Update declarations. + * vc/vc-dispatcher.el (vc-dir-refresh): Declare. + * vc/vc-bzr.el (vc-compilation-mode): Declare. (vc-bzr-pull): Require vc-dispatcher. * vc/vc-git.el (vc-compilation-mode): Declare. diff --git a/lisp/vc/vc-dispatcher.el b/lisp/vc/vc-dispatcher.el index 7888752553e..62fb72d0fbc 100644 --- a/lisp/vc/vc-dispatcher.el +++ b/lisp/vc/vc-dispatcher.el @@ -398,6 +398,8 @@ Display the buffer in some window, but don't select it." (set (make-local-variable 'compilation-error-regexp-alist) error-regexp-alist))) +(declare-function vc-dir-refresh "vc-dir" ()) + (defun vc-set-async-update (process-buffer) "Set a `vc-exec-after' action appropriate to the current buffer. This action will update the current buffer after the current