diff options
| author | Glenn Morris | 2013-09-11 23:58:57 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-09-11 23:58:57 -0700 |
| commit | dea01c6e980d2a95f6331879a97069515d153892 (patch) | |
| tree | 12c7ab3f1d220298065fc7c70f117f37199eae5b | |
| parent | aa30fa6f3a4273adcfa1cba183a74a5aeb47b463 (diff) | |
| download | emacs-dea01c6e980d2a95f6331879a97069515d153892.tar.gz emacs-dea01c6e980d2a95f6331879a97069515d153892.zip | |
* vc/vc-dispatcher.el (vc-dir-refresh): Declare.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/vc/vc-dispatcher.el | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e4bf56d24d7..cdf601e6259 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -15,6 +15,8 @@ | |||
| 15 | * progmodes/cperl-mode.el (Info-find-node): | 15 | * progmodes/cperl-mode.el (Info-find-node): |
| 16 | * vc/ediff.el (Info-goto-node): Update declarations. | 16 | * vc/ediff.el (Info-goto-node): Update declarations. |
| 17 | 17 | ||
| 18 | * vc/vc-dispatcher.el (vc-dir-refresh): Declare. | ||
| 19 | |||
| 18 | * vc/vc-bzr.el (vc-compilation-mode): Declare. | 20 | * vc/vc-bzr.el (vc-compilation-mode): Declare. |
| 19 | (vc-bzr-pull): Require vc-dispatcher. | 21 | (vc-bzr-pull): Require vc-dispatcher. |
| 20 | * vc/vc-git.el (vc-compilation-mode): Declare. | 22 | * 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." | |||
| 398 | (set (make-local-variable 'compilation-error-regexp-alist) | 398 | (set (make-local-variable 'compilation-error-regexp-alist) |
| 399 | error-regexp-alist))) | 399 | error-regexp-alist))) |
| 400 | 400 | ||
| 401 | (declare-function vc-dir-refresh "vc-dir" ()) | ||
| 402 | |||
| 401 | (defun vc-set-async-update (process-buffer) | 403 | (defun vc-set-async-update (process-buffer) |
| 402 | "Set a `vc-exec-after' action appropriate to the current buffer. | 404 | "Set a `vc-exec-after' action appropriate to the current buffer. |
| 403 | This action will update the current buffer after the current | 405 | This action will update the current buffer after the current |