* 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.
This commit is contained in:
Dan Nicolaescu 2008-06-22 19:04:22 +00:00
parent f439c140ac
commit 74d0991fc5
6 changed files with 1125 additions and 1066 deletions

View 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)."