diff options
author | Glenn Morris <rgm@gnu.org> | 2008-05-15 03:32:23 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-05-15 03:32:23 +0000 |
commit | 7264c6b80201157f23634e434b57d93b88d02ae2 (patch) | |
tree | 2140094a15f181355419780f3354613f18bd2725 /lisp/vc-hooks.el | |
parent | 1371348a3098d96c1c22aca32c4d3dfe03b4702c (diff) | |
download | emacs-7264c6b80201157f23634e434b57d93b88d02ae2.tar.gz |
(vc-directory-resynch-file): Fix declaration.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r-- | lisp/vc-hooks.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index f9b82aab497..ed44eba3498 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -745,7 +745,7 @@ Before doing that, check if there are any old backups and get rid of them." (vc-call-backend backend 'make-version-backups-p file) (vc-make-version-backup file))))) -(declare-function vc-directory-resynch-file "vc" (file)) +(declare-function vc-directory-resynch-file "vc-dispatcher" (&optional fname)) (defun vc-after-save () "Function to be called by `basic-save-buffer' (in files.el)." |