diff options
author | Glenn Morris <rgm@gnu.org> | 2013-09-11 23:58:57 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-09-11 23:58:57 -0700 |
commit | dea01c6e980d2a95f6331879a97069515d153892 (patch) | |
tree | 12c7ab3f1d220298065fc7c70f117f37199eae5b /lisp/vc/vc-dispatcher.el | |
parent | aa30fa6f3a4273adcfa1cba183a74a5aeb47b463 (diff) | |
download | emacs-dea01c6e980d2a95f6331879a97069515d153892.tar.gz |
* vc/vc-dispatcher.el (vc-dir-refresh): Declare.
Diffstat (limited to 'lisp/vc/vc-dispatcher.el')
-rw-r--r-- | lisp/vc/vc-dispatcher.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |