diff lisp/vc-hooks.el @ 96203:30bbe1648bcf

* vc.el: * vc-hooks.el: * vc-dispatcher.el: Move vc-dir variables and functions ... * vc-dir.el: ... here. New file. * Makefile.in (ELCFILES): Add vc-dir.elc.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 22 Jun 2008 19:04:22 +0000
parents b4a9f05bf87b
children 3adf24371b69
line wrap: on
line diff
--- a/lisp/vc-hooks.el	Sun Jun 22 17:56:00 2008 +0000
+++ b/lisp/vc-hooks.el	Sun Jun 22 19:04:22 2008 +0000
@@ -745,7 +745,7 @@
            (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)."