]> code.delx.au - gnu-emacs/blobdiff - lisp/vc-hooks.el
(dired-mode-map): Fix menu text of image-dired-display-thumbs.
[gnu-emacs] / lisp / vc-hooks.el
index 7ac1e85650ff6d15106b1f7c6c8f1aad80f38aee..2ccbdcc56715c8688dd53041d97d4eb190414da3 100644 (file)
@@ -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-dir-resynch-file "vc-dispatcher" (&optional fname))
+(declare-function vc-dir-resynch-file "vc-dir" (&optional fname))
 
 (defun vc-after-save ()
   "Function to be called by `basic-save-buffer' (in files.el)."