* 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.
This commit is contained in:
parent
f439c140ac
commit
74d0991fc5
6 changed files with 1125 additions and 1066 deletions
|
@ -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)."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue